mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-19 16:57:20 +07:00
Changed access to modalBackground and cursorTexture to private (Textures class used instead)
This commit is contained in:
parent
605bd6f7f2
commit
2197b2fb61
@ -39,9 +39,9 @@ public class RenderedConsole extends Console implements Disposable, InputProcess
|
||||
|
||||
private BitmapFont font;
|
||||
|
||||
public Texture modalBackground;
|
||||
private Texture modalBackground;
|
||||
private Texture hintBackground;
|
||||
public Texture cursorTexture;
|
||||
private Texture cursorTexture;
|
||||
|
||||
private boolean visible;
|
||||
private float height;
|
||||
|
Loading…
Reference in New Issue
Block a user