forked from teamnwah/openmw-tes3coop
fix fading on cell transition when cell is loaded
This commit is contained in:
parent
6bb3942288
commit
0c303aa285
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ namespace MWWorld
|
||||||
world->rotateObject(world->getPlayer().getPlayer(), x, y, z);
|
world->rotateObject(world->getPlayer().getPlayer(), x, y, z);
|
||||||
|
|
||||||
MWWorld::Class::get(world->getPlayer().getPlayer()).adjustPosition(world->getPlayer().getPlayer());
|
MWWorld::Class::get(world->getPlayer().getPlayer()).adjustPosition(world->getPlayer().getPlayer());
|
||||||
|
world->getFader()->fadeIn(0.5f);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue