Merge branch 'freature/webgl' into OctopusSimulator/1111merged
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Simulator.LNB
|
||||
|
||||
if (componentList == null)
|
||||
{
|
||||
Debug.LogError("InfiniteScroll component is not assigned or found in children.");
|
||||
Debug.LogError("InfiniteScroll component is not assigned or found in Children.");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace Simulator.LNB
|
||||
|
||||
if (prefabGrid == null)
|
||||
{
|
||||
Debug.LogError("InfiniteScroll component is not assigned or found in children.");
|
||||
Debug.LogError("InfiniteScroll component is not assigned or found in Children.");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user