silly mistake

This commit is contained in:
Diren D Bharwani 2023-03-22 22:21:39 +08:00
parent ae213ed05d
commit e02e3f5faf
1 changed files with 4 additions and 0 deletions

View File

@ -285,7 +285,11 @@ namespace SHADE
return;
while (accumulatedTime > fixedDT)
{
simulateBody(ghostBody, simInfo);
accumulatedTime -= fixedDT;
}
if (!simInfo.continuousForce)
{