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()
|
||||
{
|
||||
|
||||
@@ -514,7 +514,7 @@ namespace Dreamteck.Splines {
|
||||
#endif
|
||||
}
|
||||
|
||||
private void FixedUpdate()
|
||||
/*private void FixedUpdate()
|
||||
{
|
||||
if (updateMethod == UpdateMethod.FixedUpdate)
|
||||
{
|
||||
@@ -522,7 +522,7 @@ namespace Dreamteck.Splines {
|
||||
RunUpdate();
|
||||
LateRun();
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
//Update logic for handling threads and rebuilding
|
||||
private void RunUpdate()
|
||||
|
||||
Reference in New Issue
Block a user