This commit is contained in:
Branimir Karadžić
2017-06-26 22:51:56 -07:00
parent 6e08b6a42a
commit 43fb2f6f4b
14 changed files with 82 additions and 47 deletions

View File

@@ -371,7 +371,7 @@ public:
ImVec2(m_width - m_width / 4.0f - 10.0f, 10.0f)
, ImGuiSetCond_FirstUseEver
);
ImGui::Begin("Properties"
ImGui::Begin("Settings"
, NULL
, ImVec2(m_width / 4.0f, m_height - 20.0f)
, ImGuiWindowFlags_AlwaysAutoResize