mirror of
https://github.com/seppukudevelopment/seppuku
synced 2025-01-12 01:49:41 +00:00
Make Texture final
This commit is contained in:
parent
995352816b
commit
2715b7bdd6
@ -38,7 +38,7 @@ public final class ColorsComponent extends ResizableHudComponent {
|
||||
private final int TITLE_BAR_HEIGHT = mc.fontRenderer.FONT_HEIGHT + 1;
|
||||
|
||||
private ColorComponent currentColorComponent = null;
|
||||
private Texture spectrum;
|
||||
private final Texture spectrum;
|
||||
|
||||
private int lastGradientMouseX = -1;
|
||||
private int lastGradientMouseY = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user