Merge pull request #7121 from AndrewMeadows/drawstatus-false

init debug octree rendering to be false
This commit is contained in:
samcake 2016-02-16 12:15:29 -08:00
commit a5b72bcbba

View file

@ -25,7 +25,7 @@ namespace render {
void dirtyHelper();
bool showDisplay{ true }; // FIXME FOR debug
bool showDisplay{ false };
bool showNetwork{ false };
public slots: