mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
warning -1
This commit is contained in:
parent
c4e8885842
commit
b38be7e561
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ namespace ktx {
|
|||
size_t imageSize = *reinterpret_cast<const uint32_t*>(currentPtr);
|
||||
currentPtr += sizeof(uint32_t);
|
||||
|
||||
auto expectedImageSize = header.evalImageSize(images.size());
|
||||
auto expectedImageSize = header.evalImageSize((uint32_t) images.size());
|
||||
if (imageSize != expectedImageSize) {
|
||||
break;
|
||||
} else if (!Header::checkAlignment(imageSize)) {
|
||||
|
|
Loading…
Reference in a new issue