Skip to content

Commit d5a1c81

Browse files
committed
debugging print outs
1 parent 02d5b53 commit d5a1c81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cursor.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ namespace user_interface_base {
5353
}
5454

5555
public moveTo(pos: Vec2, ariaId: string, sizeHint: Bounds) {
56+
basic.showString("Cursor.moveTo")
57+
5658
if (this.resetOutlineColourOnMove)
5759
this.setOutlineColour(DEFAULT_CURSOR_OUTLINE_COLOUR)
5860

0 commit comments

Comments
 (0)