not compiling when using ASSIMP_DOUBLE_PRECISION

pull/1352/head
Sergio Acereda 2017-07-19 14:05:54 +02:00
parent b394546e55
commit a965414ceb
1 changed files with 1 additions and 1 deletions

View File

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