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

UIManager causes controls to tick enstead of render #9

Closed
enbacode opened this issue May 14, 2014 · 1 comment
Closed

UIManager causes controls to tick enstead of render #9

enbacode opened this issue May 14, 2014 · 1 comment

Comments

@enbacode
Copy link
Contributor

UIManager.cs Line 117

Rendering routine of UIManager calls _controls[i].OnTick(elapsed); instead of _controls[i].OnRender(elapsed);

Edit: Also, UIManager's Tick() routine should call _controls[i].Tick(elapsed); instead of _controls[i].OnTick(elapsed); to let the control set its focus states.

ThuCommix pushed a commit that referenced this issue May 15, 2014
@ThuCommix
Copy link
Owner

Thank you.

d31557a

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

2 participants