forked from RepoMirrors/kami-blue
fix dumb build fail
This commit is contained in:
parent
6093aac25c
commit
b8b5d66a9a
|
@ -13,7 +13,7 @@ import static org.lwjgl.opengl.GL11.*;
|
|||
/**
|
||||
* Created by 086 on 4/08/2017.
|
||||
*/
|
||||
public class RootCheckButtonUI extends AbstractComponentUI<CheckButton> {
|
||||
public class RootCheckButtonUI<T extends CheckButton> extends AbstractComponentUI<CheckButton> {
|
||||
|
||||
// SEARCHCOLOUR: CheckButton Colours
|
||||
protected Color backgroundColour = new Color(67, 54, 191); // normal
|
||||
|
|
Loading…
Reference in New Issue