mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-20 18:52:43 +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));
|
||||
break;
|
||||
}
|
||||
case kQAVLITEFLAM:
|
||||
{
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
QAVInterpProps interp{};
|
||||
|
|
Loading…
Reference in a new issue