fix being able to draw STKM and SPWN on top of other elements

This commit is contained in:
jacob1 2013-07-13 14:07:19 -04:00
parent 896dd03d25
commit 01b2d55263

View File

@ -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);
}