We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2cae9 commit 94db415Copy full SHA for 94db415
project.xml
@@ -150,6 +150,9 @@
150
<!-- Comment this out to disable dark mode windows -->
151
<define name="DARK_MODE_WINDOW"/>
152
153
+ <!-- Disable a optimization, to allow reflection to use more functions -->
154
+ <define name="FLX_NO_GENERIC" />
155
+
156
<haxedef name="VIDEO_CUTSCENES" if="VIDEO_CUTSCENES" />
157
<haxedef name="UPDATE_CHECKING" if="UPDATE_CHECKING" />
158
<haxedef name="DISCORD_RPC" if="DISCORD_RPC" />
0 commit comments