mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
Use update time for ScreenSpaceCygnet from json
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user