hot glue fix

This commit is contained in:
KadeDeveloper
2021-07-19 22:22:31 -07:00
parent a763f20ba1
commit b1fb4c5c44
2 changed files with 4 additions and 2 deletions

View File

@ -164,6 +164,8 @@
<!--Disable the Flixel core debugger. Automatically gets set whenever you compile in release mode!-->
<haxedef name="FLX_NO_DEBUG" unless="debug" />
<haxedef name="HXCPP_GC_BIG_BLOCKS"/>
<!--Enable this for Nape release builds for a serious peformance improvement-->
<haxedef name="NAPE_RELEASE_BUILD" unless="debug" />