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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user