mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 03:26:08 +00:00
Scan visor fixes
This commit is contained in:
@@ -109,6 +109,8 @@ class CRasterFont
|
||||
if (chr == xc_glyphs[i].first)
|
||||
break;
|
||||
|
||||
if (i == xc_glyphs.size())
|
||||
return nullptr;
|
||||
return &xc_glyphs[i].second;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user