-
Notifications
You must be signed in to change notification settings - Fork 1
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
Window resizing bugs #15
Comments
There is also a variety of bugs caused by making the application full screen. (documented in #9)
|
When making the window bigger, the sliders do not adjust properly. @David-Hanna |
The VerdictJust fix the window size to what it is currently and bobs your uncle. |
Most issues have been resolved with screen re-sizing. The only one that still occurs is erroneous rendering of some platforms and coins after a re-size while playing the game. However, it happens so rarely, and when it does it fixes itself after a few moments, that the time invested outweighs the value we gain by fixing it. Also, the value of being able to re-size the window far outweighs the seriousness of this issue. This issue should be looked at again, however, after the competition and before releasing it to patients and the Myo Market (or it can be a patch after release). |
Steps to reproduce
Suggested fix
It might be appropriate to just prevent resizing.
The text was updated successfully, but these errors were encountered: