]> git.lizzy.rs Git - dragonfireclient.git/commit
Fix chat/infotext overlap if many chat lines (#10399)
authorWuzzy <wuzzy2@mail.ru>
Tue, 22 Sep 2020 16:38:33 +0000 (18:38 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 16:38:33 +0000 (18:38 +0200)
commit55e2dd911b16a70ee976e067cf34a48922db9dcb
tree43b2f1041c7172f43f63a2b25e6b4a600c3e3c75
parente7f33ee2f1c57b2b5c48d1a54a5f9e4c72a3275c
Fix chat/infotext overlap if many chat lines (#10399)

Moves the infotext depending on the value of the recent_chat_messages value + 2 additional lines to account for the 2 debug mode lines + 1 additional line as "buffer" for better readability if chat is full.
src/client/gameui.cpp