Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix timing issues by using the performance counter
When porting to Linux, I switched to using SDL_GetTicks, but its resolution is not high enough, leading to frame rate hitches. Now using SDL_GetPerformanceCounter.
- Loading branch information