Left in a fucking debug print
This commit is contained in:
parent
ff639004d4
commit
1306a70107
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue