Added imgui example to CMakeLists.txt [skip ci]
This commit is contained in:
parent
7f1849f9bc
commit
dba54b09b3
2 changed files with 15 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue