mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-21 07:44:49 +00:00
Add getColour/setColour to the window api
This commit is contained in:
@@ -82,8 +82,7 @@ public class Palette
|
||||
{
|
||||
if(i >= 0 && i < colours.length )
|
||||
{
|
||||
Colour c = Colour.values()[ i ];
|
||||
colours[i] = new PaletteColour( c.getR(), c.getG(), c.getB() );
|
||||
setColour( i, Colour.values()[ i ] );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user