From 114b01ac5a44087ffd1cac64dec05dd1b507683d Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 10 May 2023 07:29:18 -0600 Subject: [PATCH] Update TODOs, see https://github.com/phetsims/center-and-variability/issues/170 --- js/common/view/CAVScreenView.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/common/view/CAVScreenView.ts b/js/common/view/CAVScreenView.ts index b23f51da..b75e27fe 100644 --- a/js/common/view/CAVScreenView.ts +++ b/js/common/view/CAVScreenView.ts @@ -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;