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