1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-31 09:36:41 +00:00

Fix for crosshair not showing

This commit is contained in:
scrawl 2015-05-22 01:43:16 +02:00
parent 5ea61af6ac
commit d6da5c8007

View file

@ -254,6 +254,7 @@ namespace MWRender
{
mEffectManager->update(dt);
mSky->update(dt);
mCamera->update(dt, paused);
}
void RenderingManager::updatePlayerPtr(const MWWorld::Ptr &ptr)