mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 02:15:32 +00:00
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)
|
||||
{
|
||||
if (mWerewolfOverlayEnabled)
|
||||
if (!mWerewolfOverlayEnabled)
|
||||
return;
|
||||
|
||||
if (set)
|
||||
|
|
Loading…
Reference in a new issue