mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-09 15:30:42 +02:00
Ensure cursor position is correct after placing stamp.
This commit is contained in:
@@ -1063,6 +1063,7 @@ void GameView::OnMouseUp(int x, int y, unsigned button)
|
||||
}
|
||||
}
|
||||
}
|
||||
currentMouse = ui::Point(x, y);
|
||||
selectMode = SelectNone;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user