Bugfix: an item that was collected and that had not yet re-appeared
was invisible when the race was restarted. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11496 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -208,6 +208,7 @@ void Item::reset()
|
||||
if (m_node != NULL)
|
||||
{
|
||||
m_node->setScale(core::vector3df(1,1,1));
|
||||
m_node->setVisible(true);
|
||||
}
|
||||
} // reset
|
||||
|
||||
|
||||
Reference in New Issue
Block a user