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

@@ -988,7 +988,7 @@ public class AstarPath : VersionedMonoBehaviour {
// and then processes the graph updates
AddWorkItem(new AstarWorkItem(() => {
graphUpdatesWorkItemAdded = false;
lastGraphUpdate = GetSync().Time.realtimeSinceStartup;
lastGraphUpdate = Time.realtimeSinceStartup;
workItem.init();
}, workItem.update));