From 7bfa17ffa6939897c4a206326da043466d938de3 Mon Sep 17 00:00:00 2001 From: granzuglia Date: Tue, 12 May 2009 14:03:07 +0000 Subject: [PATCH] removed previous patch --- wrap/dae/util_dae.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrap/dae/util_dae.h b/wrap/dae/util_dae.h index 614c1810..8dd30bde 100644 --- a/wrap/dae/util_dae.h +++ b/wrap/dae/util_dae.h @@ -510,8 +510,6 @@ namespace io { QDomNode imageNode = findNodeBySpecificAttributeValue(libraryImageNodeList.at(0),QString("image"),QString("id"),img_id); QDomNodeList initfromNode = imageNode.toElement().elementsByTagName("init_from"); textureFileName= initfromNode.at(0).firstChild().nodeValue(); - if (!textureFileName.isNull() && textureFileName.at(0) != '/') - textureFileName.insert(0,"./"); qDebug("====== the image '%s' has a %i init_from nodes text '%s'",qPrintable(img_id),initfromNode.size(),qPrintable(textureFileName)); return imageNode;