This commit is contained in:
Branimir Karadžić
2018-03-17 21:44:25 -07:00
parent fab9cb5c0b
commit 9b03c0cfe3
2 changed files with 24 additions and 11 deletions

View File

@@ -172,7 +172,7 @@ public:
, ImGuiCond_FirstUseEver
);
ImGui::SetNextWindowSize(
ImVec2(m_width / 5.0f, m_height / 2.0f)
ImVec2(m_width / 5.0f, m_height / 4.0f)
, ImGuiCond_FirstUseEver
);
ImGui::Begin("Settings"
@@ -187,7 +187,6 @@ public:
ImGui::End();
imguiEndFrame();
float time = (float)( (bx::getHPCounter()-m_timeOffset)/double(bx::getHPFrequency() ) );