Fix rendering of inverted exclamation mark

This commit is contained in:
Michael Steenbeek 2018-04-25 13:47:07 +02:00
parent 42f46d15e3
commit 3aac52cf44
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ sint32 font_sprite_get_codepoint_offset(sint32 codepoint)
case FORMAT_ENDQUOTES: return 34 - 32;
case FORMAT_UP: return 160 - 32;
case FORMAT_INVERTEDEXCLAMATION: return 160 - 32;
case FORMAT_INVERTEDEXCLAMATION: return 161 - 32;
case FORMAT_POUND: return 163 - 32;
case FORMAT_YEN: return 165 - 32;