Added imgui example to CMakeLists.txt [skip ci]

This commit is contained in:
saschawillems 2017-04-22 11:50:13 +02:00
parent 7f1849f9bc
commit dba54b09b3
2 changed files with 15 additions and 4 deletions

View file

@ -37,7 +37,7 @@ struct UISettings {
bool displayBackground = true;
bool animateLight = false;
float lightSpeed = 0.25f;
std::array<float, 50> frameTimes = { 0 };
std::array<float, 50> frameTimes{};
float frameTimeMin = 9999.0f, frameTimeMax = 0.0f;
float lightTimer = 0.0f;
} uiSettings;