Skip to content

Commit 94db415

Browse files
committed
Fix issues with FlxRandom.shuffle/getObject + more
1 parent ec2cae9 commit 94db415

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@
150150
<!-- Comment this out to disable dark mode windows -->
151151
<define name="DARK_MODE_WINDOW"/>
152152

153+
<!-- Disable a optimization, to allow reflection to use more functions -->
154+
<define name="FLX_NO_GENERIC" />
155+
153156
<haxedef name="VIDEO_CUTSCENES" if="VIDEO_CUTSCENES" />
154157
<haxedef name="UPDATE_CHECKING" if="UPDATE_CHECKING" />
155158
<haxedef name="DISCORD_RPC" if="DISCORD_RPC" />

0 commit comments

Comments
 (0)