titlemap - cameraref subsector

apparently it recalculates without this line, so it should give a tiny performance boost?
This commit is contained in:
yellowtd 2017-04-20 19:36:57 -04:00
parent cf454dd6fc
commit fd97fdd683

View file

@ -1607,6 +1607,7 @@ void F_TitleScreenTicker(boolean run)
camera.z = cameraref->z;
camera.angle = cameraref->angle;
camera.aiming = cameraref->cusval;
camera.subsector = cameraref->subsector;
}
else
{