Skip to content

Commit

Permalink
Update TODO, see #128
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 22, 2023
1 parent 84778c9 commit edc89e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/SoccerModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class SoccerModel extends CAVModel {
public readonly hasKickableSoccerBallsProperty: TReadOnlyProperty<boolean>;

private readonly timeWhenLastBallWasKickedProperty: NumberProperty;
private readonly ballPlayerMap: Map<CAVObject, SoccerPlayer> = new Map<CAVObject, SoccerPlayer>(); // TODO: Add to PhET-iO State
private readonly ballPlayerMap: Map<CAVObject, SoccerPlayer> = new Map<CAVObject, SoccerPlayer>(); // TODO: Add to PhET-iO State, see https://github.com/phetsims/center-and-variability/issues/128
private readonly distributionProperty: Property<ReadonlyArray<number>>;

public constructor( options: SoccerModelOptions ) {
Expand Down

0 comments on commit edc89e4

Please sign in to comment.