Skip to content

Commit

Permalink
fix: style inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Petally committed Jun 9, 2024
1 parent 6544fac commit 9aa4ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sim/behaviours/solidifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SolidifierBehaviour extends Behaviour {
solidify(particleToSolidify, grid) {
particleToSolidify.removeBehaviour('Moves');
particleToSolidify.removeBehaviour('MovesToSideRandomly');
particleToSolidify.elementType = 'Powder'
particleToSolidify.elementType = 'Powder';
particleToSolidify.color = particleToSolidify.color.subtract(new Color(0, 0, -10));
}

Expand Down

0 comments on commit 9aa4ea6

Please # to comment.