Merge pull request #1055 from assimp/issue_957
Fix compiler warnings related to issue 957.
This commit is contained in:
@@ -150,7 +150,7 @@ void ColladaExporter::WriteFile()
|
||||
// Writes the asset header
|
||||
void ColladaExporter::WriteHeader()
|
||||
{
|
||||
static const ai_real epsilon = 0.00001;
|
||||
static const ai_real epsilon = ai_real( 0.00001 );
|
||||
static const aiQuaternion x_rot(aiMatrix3x3(
|
||||
0, -1, 0,
|
||||
1, 0, 0,
|
||||
|
||||
Reference in New Issue
Block a user