overlays: remove unnecessary cast

This commit is contained in:
Megamouse
2025-11-16 20:09:38 +01:00
parent 6a51cd9f7f
commit de914247be
+1 -1
View File
@@ -299,7 +299,7 @@ namespace rsx
for (const auto& e : m_glyph_map) for (const auto& e : m_glyph_map)
{ {
if (e.first == unsigned(page_id)) if (e.first == page_id)
{ {
codepage_cache.page = e.second.get(); codepage_cache.page = e.second.get();
break; break;