diff --git a/code/LWOFileData.h b/code/LWOFileData.h index 49765676f..5838b5026 100644 --- a/code/LWOFileData.h +++ b/code/LWOFileData.h @@ -433,6 +433,7 @@ struct Texture Texture() : mClipIdx(UINT_MAX) , mStrength (1.0f) + , type() , mUVChannelIndex ("unknown") , mRealUVIndex (UINT_MAX) , enabled (true) @@ -499,6 +500,7 @@ struct Clip Clip() : type (UNSUPPORTED) + , clipRef() , idx (0) , negate (false) {}