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:
hikerstk
2012-08-09 05:58:34 +00:00
parent dcfab8bea2
commit 08efb945f2

View File

@@ -208,6 +208,7 @@ void Item::reset()
if (m_node != NULL)
{
m_node->setScale(core::vector3df(1,1,1));
m_node->setVisible(true);
}
} // reset