Skip to content

Commit

Permalink
Remove a debug comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arignir committed Dec 18, 2023
1 parent 67a6864 commit 8762812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ main(
uint64_t sdl_counters[2];
float elapsed_ms;

sdl_counters[0] = 0; //SDL_GetPerformanceCounter();
sdl_counters[0] = SDL_GetPerformanceCounter();

app_emulator_process_all_notifs(&app);

Expand Down

0 comments on commit 8762812

Please sign in to comment.