Parcourir la source

Merge pull request #1352 from sacereda/master

not compiling when using ASSIMP_DOUBLE_PRECISION
Kim Kulling il y a 8 ans
Parent
commit
0ef54bbbef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.