From 566b4ea59ed24a58ba21ae320ce61b9d0e109d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Thu, 2 Sep 2021 12:17:12 +0200 Subject: [PATCH] Switched Allocator from Debug to CRT --- BeefSpace.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BeefSpace.toml b/BeefSpace.toml index 4d04ce9..573f407 100644 --- a/BeefSpace.toml +++ b/BeefSpace.toml @@ -3,3 +3,6 @@ Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine [Workspace] StartupProject = "Sandbox" + +[Configs.Debug.Win64] +AllocType = "CRT"