Compare commits
2 Commits
67320b445f
...
bdb3d40287
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bdb3d40287 | ||
|
|
7f49082975 |
@@ -228,8 +228,9 @@ namespace Dreamteck.Splines
|
||||
Generate();
|
||||
}
|
||||
|
||||
private void LateUpdate()
|
||||
protected override void LateRun()
|
||||
{
|
||||
base.LateRun();
|
||||
if (multithreaded && trs.hasChanged)
|
||||
{
|
||||
_trsRight = trs.right;
|
||||
|
||||
Reference in New Issue
Block a user