Fixes for building editor for Linux

This commit is contained in:
mafiesto4
2020-12-23 21:54:21 +01:00
parent 429b71b63f
commit e4936547e3
11 changed files with 331 additions and 309 deletions

View File

@@ -151,7 +151,7 @@ public:
public:
// [Graph]
bool onNodeLoaded(Node* n) override
bool onNodeLoaded(NodeType* n) override
{
// Check if this node needs a state or data cache
switch (n->GroupID)