Computer-graphics-for-games
Computer-graphics-for-games copied to clipboard
Camera bug when window center have decimal
I suggest an easy fix by doing this in MouseHelper.cpp 😂
xDelta = (int)(newMouseX - windowCenterX); yDelta = (int)(newMouseY - windowCenterY);