annoying housekeeping

This commit is contained in:
scawful
2024-02-01 00:13:34 -05:00
parent 9b30316b9a
commit d7b75fd7f6
7 changed files with 17 additions and 16 deletions

View File

@@ -341,7 +341,7 @@ void SetColorsPalette(ROM& rom, int index, gfx::SnesPalette& current,
current.Create(new_palette);
for (int i = 0; i < 256; i++) {
current[(i / 16) * 16].SetTransparent(true);
current[(i / 16) * 16].set_transparent(true);
}
}
} // namespace palette_internal