made ImGui work fr fr XD
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#include "IWindow.hpp"
|
#include "IWindow.hpp"
|
||||||
#include "Debug.hpp"
|
#include "Debug.hpp"
|
||||||
#include "LuaStateHandler.hpp"
|
#include "LuaStateHandler.hpp"
|
||||||
#include "Time.hpp"
|
#include "utils/Time.hpp"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "IInputManager.hpp"
|
#include "IInputManager.hpp"
|
||||||
|
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ bool TSE::GLFW::OpenGLRenderingBackend::InitEnd()
|
|||||||
|
|
||||||
Debug::Log("ImGui:" + std::string(ImGui::GetVersion()));
|
Debug::Log("ImGui:" + std::string(ImGui::GetVersion()));
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void TSE::GLFW::OpenGLRenderingBackend::onResize(int width, int height)
|
void TSE::GLFW::OpenGLRenderingBackend::onResize(int width, int height)
|
||||||
|
|||||||
Reference in New Issue
Block a user