Fixed memory leak

This commit is contained in:
Simon Lübeß
2021-10-13 23:04:43 +02:00
parent 0cbbf94fe6
commit b5bfcf5741
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace Sandbox
TextureViewer _textureViewer ~ delete _;
OrthographicCameraController cameraController;
OrthographicCameraController cameraController ~ delete _;
Font fonty ~ _.ReleaseRef();