Added else statement

Its still dodgy though
This commit is contained in:
Jeffrey Haines 2014-05-04 16:56:30 -04:00
parent 7d5dab214c
commit 78f76842a6

View file

@ -976,6 +976,8 @@ namespace MWMechanics
if (!detected)
MWBase::Environment::get().getWindowManager()->setSneakVisibility(true);
else
MWBase::Environment::get().getWindowManager()->setSneakVisibility(false);
}
}
}