mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-01 14:27:59 +03: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…
Add table
Add a link
Reference in a new issue