UI cleanup
This commit is contained in:
@@ -131,8 +131,8 @@ public class ChatFragment extends Table{
|
||||
|
||||
float spacing = chatspace;
|
||||
|
||||
chatfield.visible(shown);
|
||||
fieldlabel.visible(shown);
|
||||
chatfield.visible = shown;
|
||||
fieldlabel.visible = shown;
|
||||
|
||||
Draw.color(shadowColor);
|
||||
Draw.alpha(shadowColor.a * opacity);
|
||||
|
||||
Reference in New Issue
Block a user