Fix Collada export image tag

Fix compiler double issues
This commit is contained in:
Madrich
2017-07-17 09:42:26 +02:00
parent ae0850b88c
commit 80acc1f241
3 changed files with 3 additions and 3 deletions

View File

@@ -949,7 +949,7 @@ void X3DImporter::ParseNode_Geometry3D_IndexedFaceSet()
void X3DImporter::ParseNode_Geometry3D_Sphere()
{
std::string use, def;
float radius = 1;
ai_real radius = 1;
bool solid = true;
CX3DImporter_NodeElement* ne( nullptr );