Reduced the LOD distance of the kart. The player won't notice since he is focused on the race

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14744 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
samuncle 2013-12-22 00:08:17 +00:00
parent 1a2d26b894
commit 43d919ec6a

View File

@ -344,7 +344,7 @@ scene::ISceneNode* KartModel::attachModel(bool animated_models)
lod_node->add(20, node, true);
scene::ISceneNode* static_model = attachModel(false);
lod_node->add(500, static_model, true);
lod_node->add(100, static_model, true);
m_animated_node = static_cast<scene::IAnimatedMeshSceneNode*>(node);
attachHat();