debug fix time

This commit is contained in:
VDH
2025-09-12 10:24:14 +07:00
parent ab1e92b412
commit 74105e6aa2
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -62,13 +62,13 @@ public class CECHostMove
return;
}
}
m_fMoveTime = 0.0f;
m_CmdTimeCnt.Reset();
iMoveMode |= (int)MoveMode.GP_MOVE_DEAD;
// HoangTODO: vCurPos c# unity khác với vCurPos của bên c++ kia
c2s_CmdPlayerMove(vCurPos, vCurPos, iTime/* MOVECMD_INTERVAL */, fSpeed, iMoveMode, m_wMoveStamp++);
m_vLastSevPos = vCurPos;