Fix mouselook crosshair drawing properly

This commit is contained in:
Inusaito Sayori
2013-10-28 12:22:58 -04:00
parent 3979ad46f6
commit 8670f45287

View File

@@ -869,6 +869,7 @@ void LLToolCompGun::draw()
}
else mTimerFOV.stop();
}
LLToolComposite::draw(); // Singu Note: We call parent here, instead of being clueless and adding to LLViewerWindow::draw for crosshairs and such
}
// </exodus>