Fixes #114 (untested)

This commit is contained in:
Jesse Boyd 2019-04-12 01:00:03 +10:00
parent c05cdb35d8
commit 524b24eeae
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -97,7 +97,7 @@ public class BlockTransformExtent extends ResettableExtent {
case AXIS:
switch (property.getValues().size()) {
case 3:
return adapt(EAST, UP, SOUTH);
return adapt(combine(EAST, WEST), combine(UP, DOWN), combine(SOUTH, NORTH));
case 2:
return adapt(combine(EAST, WEST), combine(SOUTH, NORTH));
default: