Minor fix on coding styles.

This commit is contained in:
Xiangquan Xiao
2024-01-07 14:08:59 -05:00
parent 2e89eeed1a
commit fab7915011
9 changed files with 14 additions and 17 deletions

View File

@@ -679,7 +679,7 @@ void MainLoop::run()
if (World::getWorld() && RewindManager::isEnabled())
RewindManager::get()->handleResetSmoothNetworkBody();
// Handle controller the last to avoid slow PC sending actions too
// Handle controller the last to avoid slow PC sending actions too
// late
if (!GUIEngine::isNoGraphics())
{