1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +00:00

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.
*/