Fix block rotation

This commit is contained in:
Jesse Boyd
2019-04-07 17:41:26 +10:00
parent c8529b0609
commit 31ac2b69d1
9 changed files with 460 additions and 552 deletions

View File

@ -164,6 +164,7 @@ public class RegionVisitor implements Operation {
} catch (FaweException e) {
throw new RuntimeException(e);
} catch (Throwable ignore) {
ignore.printStackTrace();
}
try {
while (true) {