Updated NEWS for the release.
Fixed warnings.
This commit is contained in:
@@ -1208,6 +1208,8 @@ int32 trpgTexture::CalcTotalSize() const
|
||||
|
||||
return totSize;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
};
|
||||
|
||||
// Figure out the total data size, including mipmaps if necessary
|
||||
@@ -1342,6 +1344,8 @@ void trpgTexture::CalcMipLevelSizes()
|
||||
case trpg_INTA8:
|
||||
pixel_size = 2;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
levelOffset.clear();
|
||||
|
||||
Reference in New Issue
Block a user