Add open models for fence gates

This commit is contained in:
Mike Primm 2011-09-12 09:34:31 +08:00 committed by mikeprimm
parent 62bc4f2cd0
commit e2746b7cbc
2 changed files with 67 additions and 6 deletions

View file

@ -525,7 +525,6 @@ public class IsoHDPerspective implements HDPerspective {
blockdata = mapiter.getBlockData();
switch(blocktypeid) {
case FENCE_BLKTYPEID: /* Special case for fence - need to fake data so we can render properly */
case FENCEGATE_BLKTYPEID: /* Special case for fence gate */
blockrenderdata = generateFenceBlockData(mapiter);
break;
case CHEST_BLKTYPEID: /* Special case for chest - need to fake data so we can render */