stable
This commit is contained in:
parent
752243c7e9
commit
b2f5c0193a
13 changed files with 182 additions and 90 deletions
|
|
@ -37,6 +37,8 @@ DebugGUI::DebugGUI(Window* window) {
|
|||
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
io.Fonts->AddFontFromFileTTF("Font.ttf", 20.f);
|
||||
|
||||
io.ConfigInputTrickleEventQueue = false;
|
||||
}
|
||||
|
||||
DebugGUI::~DebugGUI() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue