Fix requests from code review

This commit is contained in:
Emil Axelsson
2017-04-04 14:25:39 +02:00
parent c361e1aa03
commit a108ee1f8a
10 changed files with 100 additions and 94 deletions
+2 -2
View File
@@ -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 {