- Blood: Mark kQAVPFORK (res_id: 2) as being loopable.

This commit is contained in:
Mitchell Richters 2021-08-22 07:47:42 +10:00
parent e273b93d12
commit 6d06f002bc

View file

@ -152,6 +152,14 @@ void qavBuildInterpProps(QAV* const pQAV)
}
break;
}
case kQAVPFORK:
{
QAVInterpProps interp{};
interp.flags |= true << kQAVIsLoopable;
interp.PrevTileFinder = qavGetInterpType("interpolate-index");
qavInterpProps.Insert(pQAV->res_id, std::move(interp));
break;
}
default:
{
QAVInterpProps interp{};