修复Surface的延迟问题
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user