Fix brush not being visible when using CTRL to change the size

This commit is contained in:
jacob1 2013-01-25 22:45:23 -05:00
parent ea38fc2d86
commit 4f59211ba8

View File

@ -1818,7 +1818,7 @@ void GameView::OnDraw()
{
activeBrush->RenderFill(ren, finalCurrentMouse);
}
if (drawMode == DrawPoints || drawMode==DrawLine)
if (drawMode == DrawPoints || drawMode==DrawLine || (drawMode == DrawRect && !isMouseDown))
{
if(wallBrush)
{