mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 09:19:41 +00:00
Merge remote branch 'scrawl/crashfix'
This commit is contained in:
commit
26371a82a5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue