forked from bit/DotRecastNetSim
bugfix - tool update tick
This commit is contained in:
parent
9168ed0f04
commit
5c4f9411a3
|
@ -525,7 +525,7 @@ public class RecastDemo
|
|||
timeAcc -= DELTA_TIME;
|
||||
if (simIter < 5 && sample != null)
|
||||
{
|
||||
toolsUI.handleUpdate((float)dt);
|
||||
toolsUI.handleUpdate(DELTA_TIME);
|
||||
}
|
||||
|
||||
simIter++;
|
||||
|
|
Loading…
Reference in New Issue