init drawstatus to false

This commit is contained in:
Andrew Meadows 2016-02-16 12:11:19 -08:00
parent f932999b2c
commit fd8073f6b5

View file

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