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 f6a98e3 commit 6f8ee63Copy full SHA for 6f8ee63
flixel/util/FlxSignal.hx
@@ -193,7 +193,7 @@ private class FlxBaseSignal<T> implements IFlxSignal<T>
193
{
194
for (handler in handlers)
195
196
- if (#if (neko || hl) // simply comparing the functions doesn't do the trick on these targets
+ if (#if neko // simply comparing the functions doesn't do the trick on neko
197
Reflect.compareMethods(handler.listener, listener) #else handler.listener == listener #end)
198
199
return handler; // Listener was already registered.
0 commit comments