Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 3, 2024
1 parent c11da20 commit 016d019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/model/Particle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default class Particle {

this.mass = providedOptions.mass;
this.radius = providedOptions.radius;

this.colorProperty = providedOptions.colorProperty;
this.highlightColorProperty = providedOptions.highlightColorProperty;

Expand Down

0 comments on commit 016d019

Please sign in to comment.