Browse Source

Update texture.h

Fix array init for older compilers.
Kim Kulling 7 years ago
parent
commit
abfc8fd048
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/assimp/texture.h

+ 0 - 1
include/assimp/texture.h

@@ -204,7 +204,6 @@ struct aiTexture {
     aiTexture() AI_NO_EXCEPT
     aiTexture() AI_NO_EXCEPT
     : mWidth(0)
     : mWidth(0)
     , mHeight(0)
     , mHeight(0)
-    , achFormatHint{ 0 }
     , pcData(nullptr)
     , pcData(nullptr)
     , mFilename() {
     , mFilename() {
         achFormatHint[0] = achFormatHint[1] = 0;
         achFormatHint[0] = achFormatHint[1] = 0;