Fix an uninitialized variable.

This commit is contained in:
whitequark 2017-01-13 23:42:44 +00:00
parent 6b67cfe63f
commit cde86a0626

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;