1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-25 11:52:40 +01:00

Merge pull request #494 from NFSMONSTR/Fix_single_line_help_messages

Fixed one line help messages background too small
This commit is contained in:
darkf 2018-06-03 18:10:01 -05:00 committed by GitHub
commit 62513421f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ void TextRenderer::renderText(const TextRenderer::TextInfo& ti,
std::vector<TextVertex> geo;
float maxWidth = 0.f;
float maxHeight = 0.f;
float maxHeight = ss.y;
auto text = ti.text;