1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-14 20:17:11 +00:00

Add Palette.DEFAULT

This commit is contained in:
Lignum
2017-05-07 12:51:06 +02:00
parent 4e55e03c8b
commit 54273fc6e5
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ public class Palette
private static final int PALETTE_SIZE = 16;
private final float[][] colours = new float[PALETTE_SIZE][3];
public static final Palette DEFAULT = new Palette();
public Palette()
{
// Get the default palette