Skip to content

Commit

Permalink
delete vestigial TODO, #231
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 3, 2024
1 parent 5602050 commit 33759fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/model/ParticleSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export default class ParticleSystem extends PhetioObject {
public readonly collisionsEnabledProperty: Property<boolean>;

// Together these arrays make up the 'particle system'. Separate arrays are kept to optimize performance.
//TODO https://github.com/phetsims/gas-properties/issues/77 PhET-iO instrumentation?
public readonly heavyParticles: HeavyParticle[]; // heavy particles inside the container
public readonly lightParticles: LightParticle[]; // light particles inside the container
public readonly heavyParticlesOutside: HeavyParticle[]; // heavy particles outside the container
Expand Down

0 comments on commit 33759fb

Please sign in to comment.