mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user