浏览代码

not compiling when using ASSIMP_DOUBLE_PRECISION

Sergio Acereda 8 年之前
父节点
当前提交
a965414ceb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.