From 1b00fa67a5f7209d02fbe926a97e01e5ab883ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Tue, 23 Mar 2021 19:07:57 +0100 Subject: [PATCH] Added GE_D3D11 flag --- GlitchyEngine/BeefProj.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlitchyEngine/BeefProj.toml b/GlitchyEngine/BeefProj.toml index a0cece4..debb06d 100644 --- a/GlitchyEngine/BeefProj.toml +++ b/GlitchyEngine/BeefProj.toml @@ -10,7 +10,7 @@ PreprocessorMacros = ["DEBUG", "GE_WINDOWS"] [Configs.Debug.Win64] CLibType = "DynamicDebug" -PreprocessorMacros = ["DEBUG", "GE_WINDOWS"] +PreprocessorMacros = ["DEBUG", "GE_WINDOWS", "GE_D3D11"] [Configs.Release.Win32] PreprocessorMacros = ["RELEASE", "GE_WINDOWS"]