signals
signals copied to clipboard
Fails on hashlink target
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
Replace all untyped
with cast
in Signal1.hx file to fix.