mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 13:44:36 +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();
|
void dirtyHelper();
|
||||||
|
|
||||||
bool showDisplay{ true }; // FIXME FOR debug
|
bool showDisplay{ false };
|
||||||
bool showNetwork{ false };
|
bool showNetwork{ false };
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|
Loading…
Reference in a new issue