From 7f49082975ef7c899ed14952813cf992780d1d4a Mon Sep 17 00:00:00 2001 From: SoulliesOfficial Date: Tue, 7 Jul 2026 12:22:53 -0400 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DSurface=E7=9A=84=E5=BB=B6?= =?UTF-8?q?=E8=BF=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Dreamteck/Splines/Components/SurfaceGenerator.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Dreamteck/Splines/Components/SurfaceGenerator.cs b/Assets/Dreamteck/Splines/Components/SurfaceGenerator.cs index 224c95ba..f3b01296 100644 --- a/Assets/Dreamteck/Splines/Components/SurfaceGenerator.cs +++ b/Assets/Dreamteck/Splines/Components/SurfaceGenerator.cs @@ -228,8 +228,9 @@ namespace Dreamteck.Splines Generate(); } - private void LateUpdate() + protected override void LateRun() { + base.LateRun(); if (multithreaded && trs.hasChanged) { _trsRight = trs.right;