Skip to content

Commit 3e332e4

Browse files
authored
Update Poolable.cs
1 parent 20c8762 commit 3e332e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Poolable.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Poolable : MonoBehaviour
1010
{
1111
public Pool Pool { get; private set; } = null;
1212

13-
private IPoolable[] _poolables = null;
13+
private IPoolable[] _poolables = new IPoolable[0];
1414
private bool _isPooled = false;
1515
private bool _isEnabled = true;
1616

0 commit comments

Comments
 (0)