Fixed book orientation when in book case.
This commit is contained in:
parent
f7d3480951
commit
e2910b4e73
|
@ -127,7 +127,7 @@ std::vector<NodeBox> BookShelfNodeMetadata::getNodeBoxes(MapNode &n)
|
|||
));
|
||||
}
|
||||
|
||||
return transformNodeBox(n,boxes);
|
||||
return boxes;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue