1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-21 18:40:01 +00:00

Rehash morph loading rehashing

This commit is contained in:
Alexei Dobrohotov 2021-12-26 17:56:19 +03:00
parent 4b70e67c34
commit 9b2978f143

View File

@ -101,7 +101,7 @@ struct KeyMapT {
// Re-runs the read function 3 more times.
// When it does that it's reading in a bunch of InterpolationType_Linear keys, not InterpolationType_XYZ.
}
else if (count != 0 || morph)
else if (count != 0)
{
std::stringstream error;
error << "Unhandled interpolation type: " << mInterpolationType;