- Capitalise vec2_t y variable.

This commit is contained in:
Mitchell Richters 2021-12-22 20:28:51 +11:00 committed by Christoph Oelckers
parent 3c9cd926ba
commit 118ceb18ca
46 changed files with 352 additions and 352 deletions

View file

@ -343,7 +343,7 @@ void PM_WriteSavePic(FileWriter* file, int width, int height)
xdim = oldx;
ydim = oldy;
videoSetViewableArea(oldwindowxy1.X, oldwindowxy1.y, oldwindowxy2.X, oldwindowxy2.y);
videoSetViewableArea(oldwindowxy1.X, oldwindowxy1.Y, oldwindowxy2.X, oldwindowxy2.Y);
// The 2D drawers can contain some garbage from the dirty render setup. Get rid of that first.
twod->Clear();