mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 19:45:32 +00:00
no vanity in gui mode (thanks scrawl)
This commit is contained in:
parent
d2b451eb7d
commit
3f3972eb3b
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ private:
|
|||
if (mTimeIdle >= 0.f) {
|
||||
mTimeIdle += dt;
|
||||
}
|
||||
if (mTimeIdle > 30.f) {
|
||||
if (mTimeIdle > 30.f && !windows.isGuiMode()) {
|
||||
MWBase::Environment::get().getWorld()->toggleVanityMode(true, false);
|
||||
mTimeIdle = -1.f;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue