Refactor GfxContext references to use gfx::GfxContext for consistency

This commit is contained in:
scawful
2024-12-30 19:04:20 -05:00
parent 618c33f2e8
commit 96095969c6
4 changed files with 4 additions and 6 deletions

View File

@@ -349,7 +349,7 @@ absl::Status LoadAllPalettes(const std::vector<uint8_t> &rom_data,
return absl::OkStatus();
}
} // namespace gfx
std::unordered_map<uint8_t, gfx::Paletteset> GfxContext::palettesets_;
} // namespace gfx
} // namespace yaze