mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 11:43:16 +02:00
Merge pull request #7121 from AndrewMeadows/drawstatus-false
init debug octree rendering to be false
This commit is contained in:
commit
a5b72bcbba
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