fix: widen note lanes and clear warnings
This commit is contained in:
@@ -23,7 +23,7 @@ namespace VRSDK
|
||||
|
||||
private void Start()
|
||||
{
|
||||
Player player = FindObjectOfType<Player>();
|
||||
Player player = FindFirstObjectByType<Player>();
|
||||
gameOverScreenFader = player.GameOverScreenFader;
|
||||
}
|
||||
|
||||
@@ -123,4 +123,3 @@ namespace VRSDK
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user