This commit is contained in:
Matt Jennings 2025-12-31 15:56:02 +00:00 committed by GitHub
commit 007b2e9da6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 14 deletions

View file

@ -136,7 +136,6 @@ int main(int argc, char *argv[]) {
LAST = NOW;
NOW = SDL_GetPerformanceCounter();
deltaTime = (double)((NOW - LAST)*1000 / (double)SDL_GetPerformanceFrequency() );
printf("%f\n", deltaTime);
int mouseX = 0;
int mouseY = 0;