Fix #9353: [Script] Garbage collecting on priority queues could crash the game
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
/**
|
||||
* Let the VM collect any garbage.
|
||||
*/
|
||||
void CollectGarbage() const;
|
||||
void CollectGarbage();
|
||||
|
||||
/**
|
||||
* Get the storage of this script.
|
||||
|
Reference in New Issue
Block a user