mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 03:39:55 +00:00
fix for issue #179
This commit is contained in:
parent
dbbf50a184
commit
af875896ad
@ -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…
x
Reference in New Issue
Block a user