bugfix - tool update tick

This commit is contained in:
ikpil 2023-03-26 13:13:51 +09:00
parent 9168ed0f04
commit 5c4f9411a3
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ public class RecastDemo
timeAcc -= DELTA_TIME; timeAcc -= DELTA_TIME;
if (simIter < 5 && sample != null) if (simIter < 5 && sample != null)
{ {
toolsUI.handleUpdate((float)dt); toolsUI.handleUpdate(DELTA_TIME);
} }
simIter++; simIter++;