修复Surface的延迟问题

This commit is contained in:
SoulliesOfficial
2026-07-07 12:22:53 -04:00
parent eedbe9d41f
commit 7f49082975

View File

@@ -228,8 +228,9 @@ namespace Dreamteck.Splines
Generate(); Generate();
} }
private void LateUpdate() protected override void LateRun()
{ {
base.LateRun();
if (multithreaded && trs.hasChanged) if (multithreaded && trs.hasChanged)
{ {
_trsRight = trs.right; _trsRight = trs.right;