this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

#509: fixed custom cursor rendering

nesbox b1d24e60 38ec80b9

+1 -1
+1 -1
src/studio/studio.c
··· 1937 1937 tic_mem* tic = impl.studio.tic; 1938 1938 tic80_mouse* m = &tic->ram.input.mouse; 1939 1939 1940 - if(tic->input.mouse && m->x < TIC80_FULLWIDTH && m->y < TIC80_FULLHEIGHT) 1940 + if(tic->input.mouse && !m->relative && m->x < TIC80_FULLWIDTH && m->y < TIC80_FULLHEIGHT) 1941 1941 { 1942 1942 const tic_bank* bank = &tic->cart.bank0; 1943 1943