this repo has no description
0
fork

Configure Feed

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

fixed spr() rotation #1696

nesbox 374cec52 558c64dc

+3
+3
src/core/draw.c
··· 199 199 if (index < 0) 200 200 return; 201 201 202 + rotate &= 0b11; 203 + flip &= 0b11; 204 + 202 205 tic_tilesheet sheet = getTileSheetFromSegment(&core->memory, core->memory.ram.vram.vars.blit); 203 206 if (w == 1 && h == 1) { 204 207 tic_tileptr tile = tic_tilesheet_gettile(&sheet, index, false);