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
-3
View File
@@ -3,6 +3,3 @@ Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine
[Workspace]
StartupProject = "Sandbox"
[Configs.Debug.Win64]
AllocType = "CRT"
+1 -1
View File
@@ -27,7 +27,7 @@ namespace Sandbox
TextureViewer _textureViewer ~ delete _;
OrthographicCameraController cameraController;
OrthographicCameraController cameraController ~ delete _;
Font fonty ~ _.ReleaseRef();