Fix brush not being visible when using CTRL to change the size
This commit is contained in:
parent
ea38fc2d86
commit
4f59211ba8
@ -1818,7 +1818,7 @@ void GameView::OnDraw()
|
|||||||
{
|
{
|
||||||
activeBrush->RenderFill(ren, finalCurrentMouse);
|
activeBrush->RenderFill(ren, finalCurrentMouse);
|
||||||
}
|
}
|
||||||
if (drawMode == DrawPoints || drawMode==DrawLine)
|
if (drawMode == DrawPoints || drawMode==DrawLine || (drawMode == DrawRect && !isMouseDown))
|
||||||
{
|
{
|
||||||
if(wallBrush)
|
if(wallBrush)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user