Fixed book orientation when in book case.

master
JonnyW 2018-03-03 23:29:12 +00:00
parent f7d3480951
commit e2910b4e73
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ std::vector<NodeBox> BookShelfNodeMetadata::getNodeBoxes(MapNode &n)
));
}
return transformNodeBox(n,boxes);
return boxes;
}
/*