-
Notifications
You must be signed in to change notification settings - Fork 117
bugfix(fps): Fix mouse wheel zoom speed and decouple zoom update from logic step #1587
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
Conversation
|
The zoom change is more instant at higher FPS. 8mb.video-oxY-PWatJMcD.mp4 |
1f75884 to
83d5f14
Compare
Fixed. |
GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DView.cpp
Outdated
Show resolved
Hide resolved
|
Mouse wheel zoom works normally during gameplay, but it's still noticeably slow in replay mode. |
Indeed. After investigation I found fix #1597 also fixes the Replay zoom speed. So that problem is covered with the other change. |
83d5f14 to
1802f65
Compare
Mauller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
|
Replicated in Generals without conflicts |
This change fixes the mouse wheel zoom speed.
This bug was introduced by #1451
TODO