From 13300a5940005d4040b2ec21cee9b1ac8fff2061 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 26 Apr 2023 06:30:44 -0600 Subject: [PATCH] Update TODOs, see https://github.com/phetsims/center-and-variability/issues/45 --- js/common/view/BackgroundNode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/view/BackgroundNode.ts b/js/common/view/BackgroundNode.ts index 4f466c9..706ebcf 100644 --- a/js/common/view/BackgroundNode.ts +++ b/js/common/view/BackgroundNode.ts @@ -2,7 +2,7 @@ /** * Shows the sky and the ground. Reshapes to the visible bounds. - * TODO: Should this be generalized and moved to scenery-phet? Should other sims use this? + * TODO: Should this be generalized and moved to scenery-phet? Should other sims use this? SR is now thinking maybe just leave it as sim-specific? * * @author Chris Klusendorf (PhET Interactive Simulations) * @author Sam Reid (PhET Interactive Simulations)