9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

Fix rotations?

This commit is contained in:
Daniel Mills
2021-07-22 21:27:14 -04:00
parent 954f0cc26f
commit 92a182e5a8

View File

@@ -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)) {