covertInTGATextures-> covertInTGATextures and added a missing const qualifier

This commit is contained in:
Paolo Cignoni 2008-02-10 09:41:40 +00:00
parent f7d0f90178
commit 37395805c4
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ typedef typename SaveMeshType::CoordType CoordType;
else return dae_error_msg[error];
};
static QStringList covertInTGATextures(SaveMeshType& m,QString& path,QStringList& textures_to_be_restored)
static QStringList convertInTGATextures(SaveMeshType& m,const QString& path,QStringList& textures_to_be_restored)
{
//if there are textures file that aren't in tga format I have to convert them
//I maintain the converted file name (i.e. file_path + originalname without extension + tga) in mesh.textures but I have to revert to the original ones