Merge branch 'alph40_cleanups' of https://github.com/Azaezel/Torque3D into Preview4_0

This commit is contained in:
Areloch 2020-05-13 01:29:58 -05:00
commit 39d9e6039c
275 changed files with 912 additions and 339 deletions

View file

@ -103,7 +103,7 @@ EndImplementEnumType;
//-----------------------------------------------------------------------------
ImageAsset::ImageAsset() : AssetBase(), mImage(nullptr), mUseMips(true), mIsHDRImage(false), mIsValidImage(false)
ImageAsset::ImageAsset() : AssetBase(), mImage(nullptr), mUseMips(true), mIsHDRImage(false), mIsValidImage(false), mImageType(Albedo)
{
mImageFileName = StringTable->EmptyString();
}