Compare commits

...

2 Commits

Author SHA1 Message Date
SoulliesOfficial
bdb3d40287 Merge branch 'main' of https://git.hoshino.fan/Soullies/ichni_Creator_Studio 2026-07-07 12:23:16 -04:00
SoulliesOfficial
7f49082975 修复Surface的延迟问题 2026-07-07 12:22:53 -04:00

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;