forked from mirror/openmw-tes3mp
Fix a typo in condition
This commit is contained in:
parent
de2cb8926a
commit
e1799cbcf4
1 changed files with 1 additions and 1 deletions
|
@ -1766,7 +1766,7 @@ namespace MWGui
|
||||||
|
|
||||||
void WindowManager::setWerewolfOverlay(bool set)
|
void WindowManager::setWerewolfOverlay(bool set)
|
||||||
{
|
{
|
||||||
if (mWerewolfOverlayEnabled)
|
if (!mWerewolfOverlayEnabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (set)
|
if (set)
|
||||||
|
|
Loading…
Reference in a new issue