~ | Better camera system

This commit is contained in:
TheRedShip
2024-12-27 11:32:35 +01:00
parent ea3dd738f8
commit ebb8ca36bd
6 changed files with 78 additions and 43 deletions

View File

@ -72,7 +72,7 @@ int main(int argc, char **argv)
std::cout << "\rFPS: " << int(window.getFps()) << " " << std::flush;
window.display();
window.pollEvents();
window.pollEvents();
}
return (0);