Fixed consistency of Trajectories with different time steps #436
|
@ -285,7 +285,11 @@ namespace SHADE
|
|||
return;
|
||||
|
||||
while (accumulatedTime > fixedDT)
|
||||
{
|
||||
simulateBody(ghostBody, simInfo);
|
||||
accumulatedTime -= fixedDT;
|
||||
}
|
||||
|
||||
|
||||
if (!simInfo.continuousForce)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue