Browse Source

not compiling when using ASSIMP_DOUBLE_PRECISION

Sergio Acereda 8 years ago
parent
commit
a965414ceb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/assimp/cimport.h

+ 1 - 1
include/assimp/cimport.h

@@ -417,7 +417,7 @@ ASSIMP_API void aiSetImportPropertyInteger(
 ASSIMP_API void aiSetImportPropertyFloat(
     C_STRUCT aiPropertyStore* store,
     const char* szName,
-    float value);
+    ai_real value);
 
 // --------------------------------------------------------------------------------
 /** Set a string property.