mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-21 23:45:20 +02:00
fix being able to draw STKM and SPWN on top of other elements
This commit is contained in:
@@ -191,5 +191,5 @@ void Element_TESC_Tool::DrawFill(Simulation * sim, Brush * brush, ui::Point posi
|
||||
|
||||
void PlopTool::Click(Simulation * sim, Brush * brush, ui::Point position)
|
||||
{
|
||||
sim->create_part(-1, position.X, position.Y, toolID);
|
||||
sim->create_part(-2, position.X, position.Y, toolID);
|
||||
}
|
||||
|
Reference in New Issue
Block a user