Left in a fucking debug print

This commit is contained in:
yamamama 2026-02-04 19:44:44 -05:00
parent ff639004d4
commit 1306a70107

View file

@ -4128,8 +4128,6 @@ void V_Recalc(void)
#endif
vid.fdupx = vid.fdupy = (vid.fdupx < vid.fdupy ? vid.fdupx : vid.fdupy);
I_OutputMsg("width: %d, height: %d\n", vid.width, vid.height);
if (loaded_config // this could use a better name, since it is more and indicator that early startup is done and its safe to do sketchy shit now :chaosleep:
&& (vid.width > 720) && (vid.height > 1280)) // ehhhh well this thing has so many issues, so ill lock it to higher resolutions instead
{