Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 26, 2024
2 parents 09ce153 + 99f27a6 commit a8c8055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/ElectronsNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class ElectronsNode extends Sprites {
this.canvasBounds = bounds;
} );

// When the electrons have moves, update the sprite instances.
// When the electrons have moved, update the sprite instances.
coil.electronsMovedEmitter.addListener( () => this.updateSpriteInstances() );

// If the electron color changes, update the sprite and redraw.
Expand Down

0 comments on commit a8c8055

Please sign in to comment.