zacharyvincze / pokemon-red-sdl2

Pokemon Red reconstructed in SDL2. Mainly for game development and engine testing.
31 stars 12 forks source link

Camera position rounding issues #3

Closed zacharyvincze closed 7 years ago

zacharyvincze commented 7 years ago

Player camera movement is stuttering due to what I believe is an issue with rounding from float to int.

zacharyvincze commented 7 years ago

Wasn't a rounding issue. I was updating the camera's position before updating the player's position. This issue is now fixed.