Use update time for ScreenSpaceCygnet from json

This commit is contained in:
Sebastian Piwell
2016-05-12 17:40:15 -04:00
parent 9da4f36ad0
commit 03de689de3
7 changed files with 102 additions and 61 deletions
@@ -35,6 +35,7 @@ struct Option {
int id;
std::string name;
std::string description;
int updateInterval;
bool selected;
};
@@ -45,6 +46,8 @@ public:
virtual void render() override;
private:
void fillOptions(std::string jsonString);
bool gmdata;
bool gmimage;
bool iondata;