diff --git a/forge-gui-mobile/src/forge/adventure/pointofintrest/PointOfInterest.java b/forge-gui-mobile/src/forge/adventure/pointofintrest/PointOfInterest.java index 572841c97fb..a9ee17da555 100644 --- a/forge-gui-mobile/src/forge/adventure/pointofintrest/PointOfInterest.java +++ b/forge-gui-mobile/src/forge/adventure/pointofintrest/PointOfInterest.java @@ -28,7 +28,7 @@ public class PointOfInterest implements SaveFileContent { oldMapId=""; Array textureAtlas = Config.instance().getAtlas(this.data.spriteAtlas).createSprites(this.data.sprite); - sprite = textureAtlas.get(spriteIndex); + sprite = textureAtlas.get(spriteIndex % textureAtlas.size); } @Override