mirror of
https://github.com/DrBeef/Raze.git
synced 2025-04-25 00:40:54 +00:00
- Blood: Disable interpolation for kQAVLITEFLAM
(res_id: 5).
This commit is contained in:
parent
6d06f002bc
commit
f5533374ca
1 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,10 @@ void qavBuildInterpProps(QAV* const pQAV)
|
||||||
qavInterpProps.Insert(pQAV->res_id, std::move(interp));
|
qavInterpProps.Insert(pQAV->res_id, std::move(interp));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case kQAVLITEFLAM:
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
QAVInterpProps interp{};
|
QAVInterpProps interp{};
|
||||||
|
|
Loading…
Reference in a new issue