mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Fix rotations?
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user