Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MotionPathActuator not checking correctly for HTML5 Properties #78

Open
gddhag opened this issue Mar 15, 2017 · 0 comments
Open

MotionPathActuator not checking correctly for HTML5 Properties #78

gddhag opened this issue Mar 15, 2017 · 0 comments

Comments

@gddhag
Copy link

gddhag commented Mar 15, 2017

The SimpleActuator does this check in initialize:
Reflect.hasField (target, propertyName) #if flash && !untyped (target).hasOwnProperty ("set_" + propertyName) #elseif html5 && !(untyped (target).properties && untyped (target).properties["set_" + propertyName]) #end

to determine wether it has to use a setter or not
the MotionPathActuator just checks for:
#if flash false && #end Reflect.hasField (target, propertyName)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant