Przeglądaj źródła

Merge pull request #1352 from sacereda/master

not compiling when using ASSIMP_DOUBLE_PRECISION
Kim Kulling 8 lat temu
rodzic
commit
0ef54bbbef
1 zmienionych plików z 1 dodań i 1 usunięć
  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(
 ASSIMP_API void aiSetImportPropertyFloat(
     C_STRUCT aiPropertyStore* store,
     C_STRUCT aiPropertyStore* store,
     const char* szName,
     const char* szName,
-    float value);
+    ai_real value);
 
 
 // --------------------------------------------------------------------------------
 // --------------------------------------------------------------------------------
 /** Set a string property.
 /** Set a string property.