mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Feature/globals handling (#1352)
* Cleaner handling of global state * Prevent Lua memory corruption (closes #982) * Initialize glfw first thing to prevent weird joystick loading bug during startup
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
virtual bool isDone() const = 0;
|
||||
|
||||
protected:
|
||||
size_t _topicId;
|
||||
size_t _topicId = 0;
|
||||
Connection* _connection;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user