fixed static

This commit is contained in:
Cheese 2015-11-26 15:26:57 +11:00
parent 059a9a32cd
commit 193c5fe487

View File

@ -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>();