mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-08-05 05:24:41 +00:00
wording
This commit is contained in:
@@ -311,7 +311,7 @@ public abstract class HiResImage extends AbstractFile
|
||||
int left = (buffer[ptr] & 0xF0) >> 4;
|
||||
int right = buffer[ptr++] & 0x0F;
|
||||
|
||||
// get left/right colors
|
||||
// get pixel colors
|
||||
int rgbLeft = colorTable.entries[left].color.getRGB ();
|
||||
int rgbRight = colorTable.entries[right].color.getRGB ();
|
||||
|
||||
|
Reference in New Issue
Block a user