Skip to content
Snippets Groups Projects
Commit fd97fdd6 authored by Luna's avatar Luna
Browse files

titlemap - cameraref subsector

apparently it recalculates without this line, so it should give a tiny performance boost?
parent cf454dd6
No related branches found
No related tags found
Loading
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment