OBJ-Viewer icon indicating copy to clipboard operation
OBJ-Viewer copied to clipboard

Fix premature loop-back on palette

Open hytopoulos opened this issue 5 years ago • 0 comments

Palettes are a total of 256 colors (16 palettes). This can be seen in the palette preview. The current CGRAM offset prematurely loops back to color 0 (palette 0) when it reaches the 128th color (8th palette). This change will let the CGRAM offset access the full palette.

hytopoulos avatar Aug 11 '20 22:08 hytopoulos