Merge pull request #1352 from sacereda/master

not compiling when using ASSIMP_DOUBLE_PRECISION
This commit is contained in:
Kim Kulling
2017-07-20 18:48:32 +02:00
committed by GitHub

View File

@@ -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.