small fixes to make it work with demo project
This commit is contained in:
@@ -29,7 +29,7 @@ namespace TSE
|
||||
std::vector<Transformable*> children;
|
||||
Transformable* parent = nullptr;
|
||||
|
||||
static std::unordered_map<uuids::uuid, Transformable*> objectEntries;
|
||||
inline static std::unordered_map<uuids::uuid, Transformable*> objectEntries = {};
|
||||
|
||||
public:
|
||||
Transformable();
|
||||
|
||||
Reference in New Issue
Block a user