removed debug code that should not have been commited (again)

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3280 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2009-03-19 01:53:28 +00:00
parent e9b4109c9b
commit bd56ada2a4
2 changed files with 1 additions and 3 deletions

View File

@ -32,8 +32,6 @@ void parseScreenFileDiv(irr::io::IrrXMLReader* xml, ptr_vector<Widget>& append_t
{
WidgetType type;
std::cout << "node: " << xml->getNodeName() << std::endl;
if (!strcmp("div", xml->getNodeName()))
{
type = WTYPE_DIV;

View File

@ -75,7 +75,7 @@ namespace StateManager
IMesh* mesh = kart_properties_manager->getKart("tux")->getKartModel()->getModel();
SAnimatedMesh* test = new SAnimatedMesh(); // FIXME - memory management
test->addMesh(mesh);
test->setMaterialFlag(EMF_LIGHTING , false);
//test->setMaterialFlag(EMF_LIGHTING , false);
w3->setModel(test);
}