diff --git a/source/client/main.qc b/source/client/main.qc index bd34050..d1e475c 100644 --- a/source/client/main.qc +++ b/source/client/main.qc @@ -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")