mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Clarify TODO comment
This commit is contained in:
@@ -135,7 +135,7 @@ void reverse() {
|
|||||||
options.verbosePrint(Options::VERB_INTERM, "Reversed image dimensions: %zux%zu tiles\n", width,
|
options.verbosePrint(Options::VERB_INTERM, "Reversed image dimensions: %zux%zu tiles\n", width,
|
||||||
height);
|
height);
|
||||||
|
|
||||||
// TODO: -U
|
// TODO: `-U` to configure tile size beyond 8x8px ("deduplication units")
|
||||||
|
|
||||||
std::vector<std::array<Rgba, 4>> palettes{
|
std::vector<std::array<Rgba, 4>> palettes{
|
||||||
{Rgba(0xFFFFFFFF), Rgba(0xAAAAAAFF), Rgba(0x555555FF), Rgba(0x000000FF)}
|
{Rgba(0xFFFFFFFF), Rgba(0xAAAAAAFF), Rgba(0x555555FF), Rgba(0x000000FF)}
|
||||||
|
|||||||
Reference in New Issue
Block a user