Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 2, 2022
1 parent 12c45b4 commit 8e53c86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/BackgroundNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import Property from '../../../../axon/js/Property.js';
import Bounds2 from '../../../../dot/js/Bounds2.js';
import CASColors from '../CASColors.js';

// TODO: Do we still want a separate node for Sky and Ground?
class BackgroundNode extends Rectangle {
constructor( bottomY: number, visibleBoundsProperty: Property<Bounds2> ) {
super( visibleBoundsProperty.value.centerX, visibleBoundsProperty.value.top, visibleBoundsProperty.value.centerX, bottomY );
Expand Down

0 comments on commit 8e53c86

Please sign in to comment.