mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 14:49:19 +02:00
on-screen log
This commit is contained in:
@@ -193,6 +193,8 @@ ui_layer::render_panels() {
|
||||
float const height = Global.iWindowHeight / 768.f;
|
||||
|
||||
for( auto const &panel : m_panels ) {
|
||||
if (!panel->enabled)
|
||||
continue;
|
||||
|
||||
int lineidx = 0;
|
||||
for( auto const &line : panel->text_lines ) {
|
||||
|
||||
Reference in New Issue
Block a user