mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix rotations?
This commit is contained in:
parent
954f0cc26f
commit
92a182e5a8
@ -377,7 +377,7 @@ public class PlannedStructure {
|
||||
return false;
|
||||
}
|
||||
|
||||
public synchronized IrisObject rotated(IrisJigsawPiece piece, IrisObjectRotation rotation) {
|
||||
public IrisObject rotated(IrisJigsawPiece piece, IrisObjectRotation rotation) {
|
||||
String key = piece.getObject() + "-" + rotation.hashCode();
|
||||
|
||||
if (objectRotationCache.containsKey(key)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user