forked from teamnwah/openmw-tes3coop
Merge remote-tracking branch 'potatoesmaster/inventory-fix'
This commit is contained in:
commit
a8274e5c86
2 changed files with 4 additions and 1 deletions
|
@ -253,6 +253,8 @@ namespace MWGui
|
|||
|
||||
void InventoryWindow::open()
|
||||
{
|
||||
mPtr = MWBase::Environment::get().getWorld()->getPlayer().getPlayer();
|
||||
|
||||
updateEncumbranceBar();
|
||||
|
||||
mItemView->update();
|
||||
|
|
|
@ -2167,6 +2167,7 @@ namespace MWWorld
|
|||
|
||||
void World::updateAnimParts(const Ptr& actor)
|
||||
{
|
||||
mRendering->updateAnimParts(actor);
|
||||
if (actor.mCell && actor.mCell == mWorldScene->getCurrentCell())
|
||||
mRendering->updateAnimParts(actor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue