mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-12 14:29:42 -05:00
Fix requests from code review
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
void encode();
|
||||
void decode();
|
||||
|
||||
void scheduleLoadScene(const std::string& scenePath);
|
||||
void scheduleLoadScene(std::string scenePath);
|
||||
|
||||
void enableBarrier();
|
||||
void disableBarrier();
|
||||
@@ -199,7 +199,7 @@ private:
|
||||
// Others
|
||||
std::unique_ptr<properties::PropertyOwner> _globalPropertyNamespace;
|
||||
|
||||
bool _switchScene;
|
||||
bool _scheduledSceneSwitch;
|
||||
std::string _scenePath;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user