Update texture.h

Fix array init for older compilers.
pull/2151/head
Kim Kulling 2018-09-21 18:51:45 +02:00 committed by GitHub
parent 662f7086e3
commit abfc8fd048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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