mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed memory leak
This commit is contained in:
@@ -3,6 +3,3 @@ Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine
|
||||
|
||||
[Workspace]
|
||||
StartupProject = "Sandbox"
|
||||
|
||||
[Configs.Debug.Win64]
|
||||
AllocType = "CRT"
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace Sandbox
|
||||
|
||||
TextureViewer _textureViewer ~ delete _;
|
||||
|
||||
OrthographicCameraController cameraController;
|
||||
OrthographicCameraController cameraController ~ delete _;
|
||||
|
||||
Font fonty ~ _.ReleaseRef();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user