This commit is contained in:
Abnormal 2024-11-12 13:36:20 -06:00 committed by GitHub
parent 43336af5bc
commit e2ed3b68ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ class Constants
#end #end
/** /**
* Wether or not the game is a debug build. * Whether or not the game is a debug build.
*/ */
public static final DEBUG_BUILD:Bool = #if FEATURE_DEBUG_FUNCTIONS true #else false #end; public static final DEBUG_BUILD:Bool = #if FEATURE_DEBUG_FUNCTIONS true #else false #end;