mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 03:40:01 +00:00
fix
This commit is contained in:
parent
0ec16a5b0e
commit
035f0010d8
|
@ -1124,7 +1124,6 @@ DisplayGameDebugText()
|
||||||
CFont::SetBackGroundOnlyTextOff();
|
CFont::SetBackGroundOnlyTextOff();
|
||||||
CFont::SetColor(CRGBA(255, 108, 0, 255));
|
CFont::SetColor(CRGBA(255, 108, 0, 255));
|
||||||
CFont::PrintString(SCREEN_SCALE_X(10.0f), SCREEN_SCALE_Y(10.0f), ver);
|
CFont::PrintString(SCREEN_SCALE_X(10.0f), SCREEN_SCALE_Y(10.0f), ver);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif // #ifdef DRAW_GAME_VERSION_TEXT
|
#endif // #ifdef DRAW_GAME_VERSION_TEXT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue