Explorar o código

not compiling when using ASSIMP_DOUBLE_PRECISION

Sergio Acereda %!s(int64=8) %!d(string=hai) anos
pai
achega
a965414ceb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.