Skip to content

Commit

Permalink
Removed debug printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
klei1984 committed Apr 1, 2024
1 parent 4b1fd7b commit 0deb10b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ticktimer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ void TickTimer_UpdateTimeLimit() noexcept {

TickTimer_TimeBenchmarkNextIndex = (TickTimer_TimeBenchmarkNextIndex + 1) % TICKTIMER_BENCHMARK_ARRAY_SIZE;

printf("%i\n", elapsed_time);

uint32_t time_budget = (elapsed_time * 3) / 2;

time_budget = std::max(time_budget, TIMER_FPS_TO_MS(50));
Expand Down

0 comments on commit 0deb10b

Please sign in to comment.