mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 10:46:17 +00:00
添加线程逻辑执行
This commit is contained in:
@@ -72,7 +72,7 @@ namespace JNGame.Sync.Frame
|
||||
#endif
|
||||
if (!IsStart) return;
|
||||
base.Execute();
|
||||
int deltaTime = (int)(Time.deltaTime * 1000f);
|
||||
int deltaTime = TickTime;
|
||||
dtTotal += deltaTime;
|
||||
dtInputTotal += deltaTime;
|
||||
|
||||
|
Reference in New Issue
Block a user