From abfc8fd0487934c97f32bc5e6f2bc3cac506b59e Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 21 Sep 2018 18:51:45 +0200 Subject: [PATCH] Update texture.h Fix array init for older compilers. --- include/assimp/texture.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/assimp/texture.h b/include/assimp/texture.h index 49289f28d..5be7229ec 100644 --- a/include/assimp/texture.h +++ b/include/assimp/texture.h @@ -204,7 +204,6 @@ struct aiTexture { aiTexture() AI_NO_EXCEPT : mWidth(0) , mHeight(0) - , achFormatHint{ 0 } , pcData(nullptr) , mFilename() { achFormatHint[0] = achFormatHint[1] = 0;