This commit is contained in:
PC-20230316NUNE\Administrator
2024-02-02 18:26:15 +08:00
parent 00f56e11c7
commit f04299219c
27 changed files with 1488 additions and 14318 deletions

View File

@@ -243,9 +243,9 @@ namespace Plugins.JNGame.Sync.Frame
}
});
// //执行下一帧物理
// Physics.Simulate((float)dt / 1000);
// Physics.SyncTransforms();
//执行下一帧物理
Physics.Simulate((float)dt / 1000);
Physics.SyncTransforms();
}