peteshand / signals

A haxe based simple and light weight event system replacement.
29 stars 5 forks source link

Fails on hashlink target #9

Open darmie opened 2 years ago

darmie commented 2 years ago

I get this error when I use Signal1 class Signal.hx:159: characters 30-38 : Don't know how to cast (dyn):void to ():void

orneo1212 commented 2 years ago

Replace all untyped with cast in Signal1.hx file to fix.