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:
parent
e9b4109c9b
commit
bd56ada2a4
@ -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;
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user