From a965414ceb4680f504e3b24adb1fd86918d2a1f5 Mon Sep 17 00:00:00 2001 From: Sergio Acereda Date: Wed, 19 Jul 2017 14:05:54 +0200 Subject: [PATCH] not compiling when using ASSIMP_DOUBLE_PRECISION --- include/assimp/cimport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/assimp/cimport.h b/include/assimp/cimport.h index 98be269..8aa125c 100644 --- a/include/assimp/cimport.h +++ b/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. -- 2.7.4