This commit is contained in:
PC-20230316NUNE\Administrator
2024-08-31 21:05:29 +08:00
parent d67032e1de
commit 77b305be7a
53 changed files with 316 additions and 118 deletions

View File

@@ -79,9 +79,9 @@ namespace JNGame.Sync.System.View
}
}
public override void OnSyncUpdate()
public override void OnSyncUpdate(int dt)
{
base.OnSyncUpdate();
base.OnSyncUpdate(dt);
UpdateSInputs();
}