Do not add padding to end of smol file when smol is natually word-sized (#8522)
This commit is contained in:
parent
087f2fba74
commit
2cec0dbfa0
@ -970,7 +970,7 @@ void getUIntVecFromData(CompressedImage *pImage, std::vector<unsigned int> *pOut
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (currOffset != 0)
|
if (currOffset % 4 != 0)
|
||||||
pOutput->push_back(currInt);
|
pOutput->push_back(currInt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user