mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-23 20:39:57 +00:00
Revert "Bug #1074: Inventory paperdoll obscures armour rating"
This reverts commit b017a3be3e
.
This commit is contained in:
parent
2c0d46525b
commit
5b076aa570
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ namespace MWRender
|
||||||
|
|
||||||
|
|
||||||
InventoryPreview::InventoryPreview(MWWorld::Ptr character)
|
InventoryPreview::InventoryPreview(MWWorld::Ptr character)
|
||||||
: CharacterPreview(character, 512, 1024, "CharacterPreview", Ogre::Vector3(0, 62, -200), Ogre::Vector3(0, 62, 0))
|
: CharacterPreview(character, 512, 1024, "CharacterPreview", Ogre::Vector3(0, 65, -180), Ogre::Vector3(0,65,0))
|
||||||
, mSelectionBuffer(NULL)
|
, mSelectionBuffer(NULL)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue