mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-03 01:20:11 +00:00
Fix a typo in condition
This commit is contained in:
parent
de2cb8926a
commit
e1799cbcf4
@ -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…
x
Reference in New Issue
Block a user