Merge pull request #1352 from sacereda/master
not compiling when using ASSIMP_DOUBLE_PRECISIONpull/1355/head
commit
0ef54bbbef
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue