mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
[client] Include hud overlay in hud_debug
This commit is contained in:
parent
0d9b475759
commit
1a9ec15a41
1 changed files with 2 additions and 0 deletions
|
@ -207,8 +207,10 @@ hud_debug_f (void *data, const cvar_t *cvar)
|
|||
}
|
||||
if (hud_debug) {
|
||||
hud_add_outlines (hud_view);
|
||||
hud_add_outlines (hud_overlay_view);
|
||||
} else {
|
||||
hud_remove_outlines (hud_view);
|
||||
hud_remove_outlines (hud_overlay_view);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue