Removed debug print.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6864 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
07c2a3b3b0
commit
c4ba313e19
@ -403,7 +403,6 @@ void Track::convertTrackToBullet(scene::ISceneNode *node)
|
|||||||
// overwrite the elements on the diagonal, making any rotation incorrect.
|
// overwrite the elements on the diagonal, making any rotation incorrect.
|
||||||
mat_scale.setScale(scale);
|
mat_scale.setScale(scale);
|
||||||
mat *= mat_scale;
|
mat *= mat_scale;
|
||||||
printf("track mbc for %s %d\n", node->getName(), mesh->getMeshBufferCount());
|
|
||||||
for(unsigned int i=0; i<mesh->getMeshBufferCount(); i++) {
|
for(unsigned int i=0; i<mesh->getMeshBufferCount(); i++) {
|
||||||
scene::IMeshBuffer *mb = mesh->getMeshBuffer(i);
|
scene::IMeshBuffer *mb = mesh->getMeshBuffer(i);
|
||||||
// FIXME: take translation/rotation into account
|
// FIXME: take translation/rotation into account
|
||||||
|
Loading…
Reference in New Issue
Block a user