summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Dobrohotov <alexdobrohotov@yandex.ru>2021-12-26 17:56:19 +0300
committerAlexei Dobrohotov <alexdobrohotov@yandex.ru>2021-12-26 17:56:19 +0300
commit9b2978f14390ad3a6fbd112d8ceee34d10042a2b (patch)
tree874e24d59dd6ab411c229835e73f78464e452326
parent4b70e67c3453c242fd1464a188cde4fef903a654 (diff)
Rehash morph loading rehashing
-rw-r--r--components/nif/nifkey.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/nif/nifkey.hpp b/components/nif/nifkey.hpp
index f1b4f94d00..7736ab7ad9 100644
--- a/components/nif/nifkey.hpp
+++ b/components/nif/nifkey.hpp
@@ -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;