sounds fixed in tag tree

This commit is contained in:
2014-12-14 01:37:07 +01:00
parent 9eeb25b088
commit 98ffe697a7
@@ -172,7 +172,6 @@ public class TagTreeModel implements TreeModel {
List<SoundStreamBlockTag> blocks = ((SoundStreamHeadTypeTag) sound).getBlocks();
if (blocks.isEmpty()) {
sounds.remove(i);
i--;
}
}
}