From 9ec3f7aaacd9c7f05b09ab2c7bcf9f8e07dc22fe Mon Sep 17 00:00:00 2001 From: EliteMasterEric <ericmyllyoja@gmail.com> Date: Thu, 12 Oct 2023 19:57:16 -0400 Subject: [PATCH] Fix to FORCE_DEBUG_VERSION flag --- source/funkin/util/Constants.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/util/Constants.hx b/source/funkin/util/Constants.hx index ffaf7b9ec..28f864d0e 100644 --- a/source/funkin/util/Constants.hx +++ b/source/funkin/util/Constants.hx @@ -71,7 +71,7 @@ class Constants */ // ============================== - #if debug + #if (debug || FORCE_DEBUG_VERSION) /** * The current Git branch. */