mirror of
https://github.com/coah80/LegacyVulkEdition.git
synced 2026-06-26 11:05:33 +00:00
Mouse look was previously being changed on Input::tick which only runs 20 times per second and then it was interpolated to make it feel better. I moved it to the WndProc function and stopped interpolating. I also changed the mouseLookScale to 1 because it was a lot faster than before.