diff --git a/code/TextureTransform.h b/code/TextureTransform.h index d519ff791..0eafd8be3 100644 --- a/code/TextureTransform.h +++ b/code/TextureTransform.h @@ -61,9 +61,9 @@ namespace Assimp { */ struct TTUpdateInfo { - TTUpdateInfo() - : mat (NULL) - , directShortcut (NULL) + TTUpdateInfo() : + directShortcut (NULL) + , mat (NULL) , semantic (0) , index (0) {} @@ -72,7 +72,7 @@ struct TTUpdateInfo unsigned int* directShortcut; //! Material - MaterialHelper* mat; + MaterialHelper *mat; //! Texture type and index unsigned int semantic, index;