You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the fact that we're updating the mouse's position so often, it tends to only display 1 or -1 in the mouse velocity section of the UI, making it such that even if you move the mouse a long distance in a relatively short time, moving it that same distance in a shorter time will get you further.
The text was updated successfully, but these errors were encountered:
Fixed in commit ff3fd72. Now shows mouse velocity in pixels per second rather than difference in position. Also only updates field every second frame, otherwise it is unreadable. Keep in mind Matt you will be still be affected since your v-sync isn't working, which we should look into.
Due to the fact that we're updating the mouse's position so often, it tends to only display 1 or -1 in the mouse velocity section of the UI, making it such that even if you move the mouse a long distance in a relatively short time, moving it that same distance in a shorter time will get you further.
The text was updated successfully, but these errors were encountered: