Fixed Typos and padding

This commit is contained in:
W2.Wizard
2021-01-17 10:18:30 +01:00
parent 0e768694b5
commit 8fd0af3f39
19 changed files with 24 additions and 24 deletions

View File

@@ -1172,7 +1172,7 @@ void ParticleManagerService::Update()
// Update bounds after first system update
updateBounds = true;
}
// TODO: if using fixed timestep quantize the dt and accumulate reaming part for the next update?
// TODO: if using fixed timestep quantize the dt and accumulate remaining part for the next update?
if (dt <= 1.0f / 240.0f)
continue;
dt *= effect->SimulationSpeed;