mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-26 02:14:36 +01:00
overlays: remove unnecessary cast
This commit is contained in:
parent
6a51cd9f7f
commit
de914247be
|
|
@ -299,7 +299,7 @@ namespace rsx
|
|||
|
||||
for (const auto& e : m_glyph_map)
|
||||
{
|
||||
if (e.first == unsigned(page_id))
|
||||
if (e.first == page_id)
|
||||
{
|
||||
codepage_cache.page = e.second.get();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue