Skip to content

Commit 4eaa77d

Browse files
committed
[fix] Fixed a small SonarQube issue
1 parent a466aa9 commit 4eaa77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/hanyaeger/api/scenes/TileMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public abstract class TileMap extends EntitySupplier implements Anchorable, Acti
3030

3131
private int[][] classMap;
3232

33-
private YaegerEntity[][] instanceMap;
33+
private transient YaegerEntity[][] instanceMap;
3434

3535
private final transient Map<Integer, EntityConfiguration> entities;
3636
private transient TileFactory tileFactory;

0 commit comments

Comments
 (0)