openfl / starling

Known as the "Cross-Platform Game Engine", Starling is a popular Stage3D framework for OpenFL and Haxe
Other
236 stars 68 forks source link

Typo in Juggler containsTweens method #83

Closed flashup closed 6 years ago

flashup commented 6 years ago

https://github.com/openfl/starling/blob/master/starling/animation/Juggler.hx#L198 There should be: if (target != null)

Adolio commented 6 years ago

I agree, in the original Starling it's: if (target)

https://github.com/Gamua/Starling-Framework/blob/b877cc50e6e3a1daec93b8769ecf1f719b6261fb/starling/src/starling/animation/Juggler.as#L186

jgranick commented 6 years ago

Great catch, thank you! :smile: