Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jun 5, 2017
1 parent d73586c commit 1cb3917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/Simulation.cpp
Expand Up @@ -2108,7 +2108,7 @@ void Simulation::init_can_move()
can_move[movingType][PT_BVBR] = 1;
}

//E181 cannot be displaced by other powders
//SAWD cannot be displaced by other powders
if (elements[movingType].Properties & TYPE_PART)
can_move[movingType][PT_SAWD] = 0;
}
Expand Down

0 comments on commit 1cb3917

Please sign in to comment.