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

LateUpdate not working #77

Closed
christian-brack-bl opened this issue Feb 27, 2017 · 2 comments
Closed

LateUpdate not working #77

christian-brack-bl opened this issue Feb 27, 2017 · 2 comments
Assignees
Labels
Milestone

Comments

@christian-brack-bl
Copy link

The LateUpdate is not called. I think there is some copy and paste bug in EventCallerContainerExtension.cs.
135 this.BindUnityExtension(lateUpdateable, binding.value);
136 this.BindUnityExtension(fixedUpdateable, binding.value);
shall be
135 this.BindUnityExtension(lateUpdateable, instance);
136 this.BindUnityExtension(fixedUpdateable, instance);

@intentor intentor self-assigned this Feb 28, 2017
@intentor intentor added the bug label Feb 28, 2017
@intentor intentor added this to the v2.24 milestone Feb 28, 2017
@intentor
Copy link
Owner

Hello, @cbrac!

Thank you for your report! I'll add your fix to the next release!

@intentor
Copy link
Owner

Fixed for 2.24 version.

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

No branches or pull requests

2 participants