Fix multiline messages being cut off (#8471)
I'm not fixing this properly
This commit is contained in:
@@ -73,7 +73,7 @@ public class ConsoleFragment extends Table{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollPos = (int)Mathf.clamp(scrollPos + input.axis(Binding.chat_scroll), 0, Math.max(0, messages.size - messagesShown));
|
scrollPos = (int)Mathf.clamp(scrollPos + input.axis(Binding.chat_scroll), 0, Math.max(0, messages.size));
|
||||||
});
|
});
|
||||||
|
|
||||||
history.insert(0, "");
|
history.insert(0, "");
|
||||||
|
|||||||
Reference in New Issue
Block a user