Fixed ScriptClass leaking

This commit is contained in:
Simon Lübeß
2023-03-30 15:13:21 +02:00
parent 4fd9a924a0
commit ef5e4ba64f
7 changed files with 66 additions and 26 deletions
@@ -462,8 +462,6 @@ namespace GlitchyEngine.World
public void Dispose() mut
{
ReleaseRefAndNullify!(_instance);
}
}
}