Skip to content

Commit

Permalink
Fix case that needed magic number, see phetsims/number-suite-common#65
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Apr 5, 2023
1 parent f8d4d54 commit 1aafcff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/CountingCommonConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const CountingCommonConstants = {
MOVE_AWAY_DISTANCE: MOVE_AWAY_DISTANCE,

COUNTING_AREA_MARGIN: 10,
// TODO: need better plan for this, see https://github.com/phetsims/number-suite-common/issues/65
SINGLE_COUNTING_OBJECT_BOUNDS: new Bounds2( -21, 0, 33.6, 87.78 ), // from rendered images
COUNTING_OBJECT_TYPE_TO_IMAGE: COUNTING_OBJECT_TYPE_TO_IMAGE,
COUNTING_OBJECT_SIZE: new Dimension2( 44, 44 ), // in screen coordinates
Expand Down

0 comments on commit 1aafcff

Please sign in to comment.