mirror of
https://github.com/nzp-team/quakespasm.git
synced 2025-04-24 01:31:41 +00:00
VITA: Remove exlucisve CANVAS calls in gl_hud.c
Preparing for HUD overhaul.
This commit is contained in:
parent
1aa3799745
commit
e737361991
1 changed files with 1 additions and 4 deletions
|
@ -1289,11 +1289,8 @@ void HUD_Draw (void) {
|
|||
if (key_dest == key_menu_pause || paused_hack == true) {
|
||||
return;
|
||||
}
|
||||
#ifdef VITA
|
||||
GL_SetCanvas(CANVAS_HUD);
|
||||
#else
|
||||
GL_SetCanvas(CANVAS_USEPRINT);
|
||||
#endif
|
||||
|
||||
if (waypoint_mode.value) {
|
||||
Draw_String (vid.width/2 - 112, vid.height/2 + 0, "WAYPOINTMODE");
|
||||
Draw_String (vid.width/2 - 240, vid.height/2 + 8, "Press fire to create waypoint");
|
||||
|
|
Loading…
Reference in a new issue