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:
commit
62513421f3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user