mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-05 19:54:24 -04:00
Automatically mark -release builds as not prototype.
This commit is contained in:
parent
16c595b1ff
commit
afdd28dbe2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Constants
|
|||
* A suffix to add to the game version.
|
||||
* Add a suffix to prototype builds and remove it for releases.
|
||||
*/
|
||||
public static final VERSION_SUFFIX:String = ' PROTOTYPE';
|
||||
public static final VERSION_SUFFIX:String = #if (DEBUG || FORCE_DEBUG_VERSION) ' PROTOTYPE' #else '' #end;
|
||||
|
||||
#if (debug || FORCE_DEBUG_VERSION)
|
||||
static function get_VERSION():String
|
||||
|
|
Loading…
Add table
Reference in a new issue