mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Merge pull request #402 from Azaezel/development
Resolution for ap-hang with high-frequency weaponstate changes (IE: AI n...
This commit is contained in:
commit
95ef5ec226
1 changed files with 3 additions and 0 deletions
|
|
@ -3092,7 +3092,10 @@ TICKAGAIN:
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( image.rDT > 0.0f && image.delayTime > 0.0f && imageData.useRemainderDT && dt != 0.0f )
|
if ( image.rDT > 0.0f && image.delayTime > 0.0f && imageData.useRemainderDT && dt != 0.0f )
|
||||||
|
{
|
||||||
|
dt = image.rDT;
|
||||||
goto TICKAGAIN;
|
goto TICKAGAIN;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue