forked from mirror/openmw-tes3mp
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()
|
||||
{
|
||||
if (mEnvironment.mWindowManager->getMode()!=MWGui::GM_Game)
|
||||
return;
|
||||
|
||||
std::string handle = mEnvironment.mWorld->getFacedHandle();
|
||||
|
||||
if (handle.empty())
|
||||
|
|
Loading…
Reference in a new issue