draw cursor outline when shift drawing lines
This commit is contained in:
parent
0cf027c529
commit
15040b32b0
@ -1787,7 +1787,7 @@ void GameView::OnDraw()
|
||||
{
|
||||
activeBrush->RenderFill(ren, finalCurrentMouse);
|
||||
}
|
||||
else
|
||||
if (drawMode == DrawPoints || drawMode==DrawLine)
|
||||
{
|
||||
if(wallBrush)
|
||||
{
|
||||
|
Reference in New Issue
Block a user