mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
init drawstatus to false
This commit is contained in:
parent
f932999b2c
commit
fd8073f6b5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace render {
|
|||
|
||||
void dirtyHelper();
|
||||
|
||||
bool showDisplay{ true }; // FIXME FOR debug
|
||||
bool showDisplay{ false };
|
||||
bool showNetwork{ false };
|
||||
|
||||
public slots:
|
||||
|
|
Loading…
Reference in a new issue