fix being able to draw STKM and SPWN on top of other elements
This commit is contained in:
parent
896dd03d25
commit
01b2d55263
@ -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)
|
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