Fix to FORCE_DEBUG_VERSION flag

This commit is contained in:
EliteMasterEric 2023-10-12 19:57:16 -04:00
parent dd3d1116c0
commit 9ec3f7aaac

View file

@ -71,7 +71,7 @@ class Constants
*/
// ==============================
#if debug
#if (debug || FORCE_DEBUG_VERSION)
/**
* The current Git branch.
*/