This commit is contained in:
Skat 2020-10-24 23:44:16 +03:00 committed by GitHub
parent 7b8a9ff15e
commit 6b94cbd089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(){