9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 20:39:21 +00:00

Use object placement options for jigsaw pieces

This commit is contained in:
Daniel Mills
2021-01-12 18:33:02 -05:00
parent 2869a2157b
commit 658b0595ff
4 changed files with 51 additions and 16 deletions

View File

@@ -68,9 +68,9 @@ public class PlannedStructure {
{
IrisObjectPlacement options = o;
if(i.getPiece().getPlacementOverrides() != null)
if(i.getPiece().getPlacementOptions() != null)
{
options= i.getPiece().getPlacementOverrides();
options= i.getPiece().getPlacementOptions();
options.getRotation().setEnabled(false);
}