mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 17:19:39 +00:00
fix for issue #179
This commit is contained in:
parent
dbbf50a184
commit
af875896ad
1 changed files with 3 additions and 0 deletions
|
@ -411,6 +411,9 @@ void OMW::Engine::go()
|
||||||
|
|
||||||
void OMW::Engine::activate()
|
void OMW::Engine::activate()
|
||||||
{
|
{
|
||||||
|
if (mEnvironment.mWindowManager->getMode()!=MWGui::GM_Game)
|
||||||
|
return;
|
||||||
|
|
||||||
std::string handle = mEnvironment.mWorld->getFacedHandle();
|
std::string handle = mEnvironment.mWorld->getFacedHandle();
|
||||||
|
|
||||||
if (handle.empty())
|
if (handle.empty())
|
||||||
|
|
Loading…
Reference in a new issue