Fix comment, it mentioned shadow instead of stars.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7387 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk 2011-01-13 03:23:07 +00:00
parent 840a77ed38
commit 4faa1bac47

View File

@ -35,7 +35,7 @@ private:
/** Vector containing the stars */
std::vector<scene::ISceneNode*> m_nodes;
/** The scene node of the kart to which this shadow belongs. */
/** The scene node of the kart to which the stars belong. */
scene::ISceneNode *m_parent_kart_node;
/** Center around which stars rotate */