CLIENT: change default playerdebuginfo pos to 64,64

This commit is contained in:
erysdren 2024-12-08 20:02:22 -06:00
parent 9f1963ef7d
commit 1ae4e646ba

View file

@ -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")