clemos / try-haxe

A small webapp that allows to test Haxe online
https://try.haxe.org
MIT License
126 stars 41 forks source link

Build fails when using Actuate with Javascript target #63

Closed jarkkosyrjala closed 9 years ago

jarkkosyrjala commented 9 years ago

Example: http://try.haxe.org/#95923

Build failure /usr/lib/haxe/lib/actuate/1,7,2/motion/actuators/SimpleActuator.hx:75: characters 22-31 : Float should be Int /usr/lib/haxe/lib/actuate/1,7,2/motion/actuators/SimpleActuator.hx:75: characters 22-31 : For function argument 'time_ms'

Perhaps Actuate could be updated to newer version? http://lib.haxe.org/p/actuate

clemos commented 9 years ago

Fixed ! (haxelib update actuate) Thanks for reporting ;)