Changed access to modalBackground and cursorTexture to private (Textures class used instead)

This commit is contained in:
Collin Smith 2019-01-21 00:13:28 -08:00
parent 605bd6f7f2
commit 2197b2fb61

View File

@ -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;