mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Merge remote-tracking branch 'potatoesmaster/inventory-fix'
This commit is contained in:
commit
a8274e5c86
@ -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…
x
Reference in New Issue
Block a user