Skip to content

Commit ebb7cce

Browse files
authored
Merge pull request code-dot-org#24861 from code-dot-org/playlab-todo
Remove minor playlab TODO
2 parents 37a7c72 + 19cc6a4 commit ebb7cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/src/studio/Sprite.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,9 @@ export default class Sprite extends Item {
439439
this.lastDrawPosition = drawPosition;
440440
}
441441

442-
// TODO(ram): make x and y props consistent with Item. In sprites they
443-
// represent the top left corner, in items they're the center.
444442
/**
443+
* x and y props are not consistent with Item. In sprites they represent the
444+
* top left corner, in items they're the center.
445445
* @override
446446
*/
447447
getCenterPos() {

0 commit comments

Comments
 (0)