We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f5404 commit 3be4ecfCopy full SHA for 3be4ecf
core/src/main/java/eu/rekawek/coffeegb/core/sgb/SgbDisplay.java
@@ -40,7 +40,7 @@ public class SgbDisplay implements Originator<SgbDisplay> {
40
41
private final int[][] palettes = new int[4][4];
42
43
- private final int[][] systemPalettes = new int[512][];
+ private final int[][] systemPalettes = new int[512][4];
44
45
private final int[] paletteMap = new int[DMG_TILES_WIDTH * DMG_TILES_HEIGHT];
46
0 commit comments