fixed static
This commit is contained in:
parent
059a9a32cd
commit
193c5fe487
@ -625,7 +625,7 @@ public class UtilBlock
|
||||
}
|
||||
}
|
||||
|
||||
public HashSet<Block> findConnectedBlocks(Block block, HashSet<Block> blocks, int limit)
|
||||
public static HashSet<Block> findConnectedBlocks(Block block, HashSet<Block> blocks, int limit)
|
||||
{
|
||||
if (blocks == null)
|
||||
blocks = new HashSet<Block>();
|
||||
|
Loading…
Reference in New Issue
Block a user