perf
This commit is contained in:
@@ -392,13 +392,13 @@ namespace Dreamteck.Splines
|
||||
ResampleTransform();
|
||||
}
|
||||
|
||||
void FixedUpdate()
|
||||
/*void FixedUpdate()
|
||||
{
|
||||
if (updateMode == UpdateMode.FixedUpdate || updateMode == UpdateMode.AllUpdate)
|
||||
{
|
||||
RunUpdate();
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
void LateUpdate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user