mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-11 10:54:15 +02:00
Fix brush not being visible when using CTRL to change the size
This commit is contained in:
@@ -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