Skip to content

Commit

Permalink
TSAGE: Bugfix for R2 to show inventory items in the user interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Oct 26, 2011
1 parent e93c847 commit 5be3e43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/tsage/user_interface.cpp
Expand Up @@ -477,6 +477,8 @@ void UIElements::updateInventory() {
slot->setVisage(obj->_visage);
slot->setStrip(obj->_strip);
slot->setFrame(obj->_frame);

slot->reposition();
}
}
}
Expand Down

0 comments on commit 5be3e43

Please sign in to comment.