Various fixes for scripting runtime
This commit is contained in:
@@ -260,7 +260,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
int32 _firstManagedTypeIndex;
|
||||
int32 _firstManagedTypeIndex = 0;
|
||||
Array<void*> _managedMemoryBlocks;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user