Fix imgui configuration definition

This commit is contained in:
Alexander Bock
2014-12-07 00:39:16 +01:00
parent 2c85d53164
commit 9cd435f3e3
2 changed files with 9 additions and 16 deletions

View File

@@ -57,7 +57,7 @@ public:
void endFrame();
private:
void renderGuiElements();
void renderPropertyWindow();
std::set<properties::Property*> _boolProperties;
std::set<properties::Property*> _intProperties;