fix: widen note lanes and clear warnings
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Platinio
|
||||
{
|
||||
|
||||
//get all the singletones
|
||||
T[] singletons = GameObject.FindObjectsOfType( typeof(T) ) as T[];
|
||||
T[] singletons = FindObjectsByType<T>(FindObjectsSortMode.None);
|
||||
|
||||
if(singletons != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user