Compare commits

...

2 commits

Author SHA1 Message Date
Abnormal
9155eddb45
Merge e2ed3b68ce into 9e13ea0b2c 2024-11-12 19:36:23 +00:00
Abnormal
e2ed3b68ce
oops lol 2024-11-12 13:36:20 -06:00

View file

@ -56,7 +56,7 @@ class Constants
#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;