Read BSFrustumFOVController and BSKeyframeController

This commit is contained in:
Alexei Kotov 2023-09-20 03:57:44 +03:00
parent 5f504688ad
commit e207285323
4 changed files with 26 additions and 0 deletions

View file

@ -486,6 +486,20 @@ namespace Nif
nif->read(mControlledColor);
}
void BSKeyframeController::read(NIFStream* nif)
{
NiKeyframeController::read(nif);
mData2.read(nif);
}
void BSKeyframeController::post(Reader& nif)
{
NiKeyframeController::post(nif);
mData2.post(nif);
}
void NiControllerManager::read(NIFStream* nif)
{
NiTimeController::read(nif);