bundle of small changes

This commit is contained in:
Green Sky
2025-03-23 19:18:20 +01:00
parent b87866cb0b
commit 7420c3f80d
3 changed files with 14 additions and 3 deletions

View File

@@ -675,8 +675,8 @@ Screen* MainScreen::tick(float time_delta, bool& quit) {
}
_min_tick_interval = std::min<float>(
// HACK: pow by 1.6 to increase 50 -> ~500 (~522)
// and it does not change 1
// HACK: pow by 1.6 to increase 50 -> ~500 (~523)
// and it keeps 1
std::pow(tc.toxIterationInterval(), 1.6f)/1000.f,
pm_interval
);