Skip to content

Commit

Permalink
Update Constants.hx (#3853)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbnormalPoof authored Jan 17, 2025
1 parent 785c4be commit ad45b72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/funkin/util/Constants.hx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ class Constants
}
#end

/**
* Whether or not the game is a debug build.
*/
public static final DEBUG_BUILD:Bool = #if FEATURE_DEBUG_FUNCTIONS true #else false #end;

/**
* URL DATA
*/
Expand Down

0 comments on commit ad45b72

Please sign in to comment.