我不理解,这check那check就是出不来

Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-10-03 18:21:40 +08:00
parent b9c23e3af8
commit ba1824d5d6
25 changed files with 197808 additions and 181369 deletions

View File

@@ -520,15 +520,15 @@ namespace Dreamteck.Splines
#endif
}
private void FixedUpdate()
{
if (updateMethod == UpdateMethod.FixedUpdate)
{
Run();
RunUpdate();
LateRun();
}
}
// private void FixedUpdate()
// {
// if (updateMethod == UpdateMethod.FixedUpdate)
// {
// Run();
// RunUpdate();
// LateRun();
// }
// }
//Update logic for handling threads and rebuilding
private void RunUpdate()