mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Oh
This commit is contained in:
parent
7b8a9ff15e
commit
6b94cbd089
@ -163,8 +163,9 @@ public class ChatFragment extends Table{
|
||||
|
||||
Draw.color();
|
||||
|
||||
if(fadetime > 0 && !shown)
|
||||
if(fadetime > 0 && !shown){
|
||||
fadetime -= Time.delta / 180f;
|
||||
}
|
||||
}
|
||||
|
||||
private void sendMessage(){
|
||||
|
Loading…
Reference in New Issue
Block a user