mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 08:11:32 +00:00
Merge branch 'rehashrehashing' into 'master'
Rehash morph loading rehashing See merge request OpenMW/openmw!1509
This commit is contained in:
commit
ea5bd822c2
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ struct KeyMapT {
|
||||||
// Re-runs the read function 3 more times.
|
// 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.
|
// 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;
|
std::stringstream error;
|
||||||
error << "Unhandled interpolation type: " << mInterpolationType;
|
error << "Unhandled interpolation type: " << mInterpolationType;
|
||||||
|
|
Loading…
Reference in a new issue