Merge separate changes.

This commit is contained in:
Zukero
2018-02-12 21:48:45 +01:00

View File

@@ -203,7 +203,10 @@ public final class MapController {
hasUpdated = true;
}
}
map.lastSeenLayoutHash = tileMap.getCurrentLayoutHash();
if (map.lastSeenLayoutHash != tileMap.getCurrentLayoutHash()) {
map.lastSeenLayoutHash = tileMap.getCurrentLayoutHash();
hasUpdated = true;
}
return hasUpdated;
}