mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
Merge remote branch 'scrawl/crashfix'
This commit is contained in:
commit
26371a82a5
@ -746,6 +746,7 @@ void SkyManager::setGlare(const float glare)
|
||||
|
||||
Vector3 SkyManager::getRealSunPos()
|
||||
{
|
||||
if (!mCreated) return Vector3(0,0,0);
|
||||
return mSun->getNode()->_getDerivedPosition();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user