Skip to content

Commit

Permalink
TODOs, #231
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 3, 2024
1 parent 50aeeb0 commit 5602050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/common/model/Particle.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2019-2024, University of Colorado Boulder

//TODO https://github.com/phetsims/gas-properties/issues/77 PhET-iO instrumentation?
/**
* Particle is the model for all types of particles. A particle is a perfect rigid sphere.
*
Expand Down
3 changes: 2 additions & 1 deletion js/common/view/ParticlesNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const PARTICLE_INVERSE_SCALE = 1 / PARTICLE_RESOLUTION_SCALE;

export default class ParticlesNode extends Sprites {

private readonly particleArrays: Particle[][]; //TODO https://github.com/phetsims/gas-properties/issues/77 PhET-iO instrumentation?
//TODO https://github.com/phetsims/gas-properties/issues/77 PhET-iO instrumentation?
private readonly particleArrays: Particle[][];
private readonly modelViewTransform: ModelViewTransform2;
private readonly sprites: Sprite[];
private readonly spriteInstances: SpriteInstance[];
Expand Down

0 comments on commit 5602050

Please sign in to comment.