Fix an uninitialized variable.

pull/168/head
whitequark 2017-01-13 23:42:44 +00:00
parent 6b67cfe63f
commit cde86a0626
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ bool GraphicsWindow::ToolbarDrawOrHitTest(int mx, int my,
/*outlineColor=*/{});
}
bool showTooltip;
bool showTooltip = false;
std::string tooltip;
bool leftpos = true;