mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
More refactoring around extern variables
This commit is contained in:
@@ -330,9 +330,8 @@ static void decant(
|
||||
members.push_back(iter - processed.begin());
|
||||
*iter = true; // Mark that proto-pal as processed
|
||||
}
|
||||
++iter;
|
||||
++attrs;
|
||||
} while (iter != processed.end());
|
||||
} while (++iter != processed.end());
|
||||
|
||||
if (to.combinedVolume(RANGE(colors)) <= options.maxOpaqueColors()) {
|
||||
// Iterate through the component's proto-palettes, and transfer them
|
||||
|
||||
Reference in New Issue
Block a user