Skip to content

Commit

Permalink
Update TODOs, see #170
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 10, 2023
1 parent 11b7768 commit 114b01a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/view/CAVScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ export default class CAVScreenView extends ScreenView {
protected readonly resetAllButton: ResetAllButton;
protected readonly modelViewTransform: ModelViewTransform2;
protected readonly model: CAVModel;
protected readonly frontObjectLayer = new Node();

// TODO: We haven't enforced the "exactly half a ball should be occluded if anything is occluded" design, see https://github.com/phetsims/center-and-variability/issues/175
// May need https://github.com/phetsims/center-and-variability/issues/170 to be addressed first
protected readonly frontObjectLayer = new Node();
protected readonly backObjectLayer = new Node();

protected readonly eraseButton: EraserButton;
Expand Down

0 comments on commit 114b01a

Please sign in to comment.