Compare commits

..

1 commit

Author SHA1 Message Date
Abnormal
d28962cf3f
Merge 43336af5bc into 9e13ea0b2c 2024-11-11 23:00:57 +00:00

View file

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