mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-01 17:38:19 +00:00
Fix to FORCE_DEBUG_VERSION flag
This commit is contained in:
parent
dd3d1116c0
commit
9ec3f7aaac
|
@ -71,7 +71,7 @@ class Constants
|
|||
*/
|
||||
// ==============================
|
||||
|
||||
#if debug
|
||||
#if (debug || FORCE_DEBUG_VERSION)
|
||||
/**
|
||||
* The current Git branch.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue