mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-14 16:01:52 +00:00
CLIENT: change default playerdebuginfo y pos to 6
This commit is contained in:
parent
35dc066868
commit
9e96f938bc
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ noref void(float apiver, string enginename, float enginever) CSQC_Init =
|
|||
|
||||
autocvar(scr_playerdebuginfo, 0);
|
||||
autocvar(scr_playerdebuginfo_x, 64);
|
||||
autocvar(scr_playerdebuginfo_y, 64);
|
||||
autocvar(scr_playerdebuginfo_y, 6);
|
||||
|
||||
// Runtime check if we're running this in WebASM/WebGL.
|
||||
if (cvar_string("sys_platform") == "Web")
|
||||
|
|
Loading…
Reference in a new issue