Skip to content

Commit 5272f99

Browse files
Merge pull request #1 from nesbox/main
default cursor fix
2 parents a2c875f + 1a86695 commit 5272f99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/studio/studio.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,6 +2269,9 @@ static void processMouseStates(Studio* studio)
22692269

22702270
tic_mem* tic = studio->tic;
22712271

2272+
tic->ram->vram.vars.cursor.sprite = tic_cursor_arrow;
2273+
tic->ram->vram.vars.cursor.system = true;
2274+
22722275
for(s32 i = 0; i < COUNT_OF(studio->mouse.state); i++)
22732276
{
22742277
MouseState* state = &studio->mouse.state[i];

0 commit comments

Comments
 (0)