更新obi到7.1
This commit is contained in:
@@ -18,7 +18,8 @@ public class SceneSettings : MonoBehaviour
|
||||
|
||||
public Transform GearNode;
|
||||
|
||||
public ObiLateFixedUpdater obiFixedUpdater;
|
||||
|
||||
// public ObiLateFixedUpdater obiFixedUpdater;
|
||||
|
||||
public LineRenderer LineRenderer;
|
||||
|
||||
@@ -37,7 +38,7 @@ public class SceneSettings : MonoBehaviour
|
||||
GearNode = Node;
|
||||
}
|
||||
|
||||
obiFixedUpdater = FindFirstObjectByType<ObiLateFixedUpdater>();
|
||||
// obiFixedUpdater = FindFirstObjectByType<ObiLateFixedUpdater>();
|
||||
}
|
||||
|
||||
private void Start()
|
||||
|
||||
Reference in New Issue
Block a user