mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-01 13:04:30 +00:00
Merge branch 'bhkListShape-fix' into 'master'
Add post-processing for bhkListShape subshapes See merge request OpenMW/openmw!4983
This commit is contained in:
commit
206c3135bc
2 changed files with 6 additions and 0 deletions
|
|
@ -770,6 +770,11 @@ namespace Nif
|
|||
filter.read(nif);
|
||||
}
|
||||
|
||||
void bhkListShape::post(Reader& nif)
|
||||
{
|
||||
postRecordList(nif, mSubshapes);
|
||||
}
|
||||
|
||||
void bhkCompressedMeshShape::read(NIFStream* nif)
|
||||
{
|
||||
mTarget.read(nif);
|
||||
|
|
|
|||
|
|
@ -730,6 +730,7 @@ namespace Nif
|
|||
std::vector<HavokFilter> mHavokFilters;
|
||||
|
||||
void read(NIFStream* nif) override;
|
||||
void post(Reader& nif) override;
|
||||
};
|
||||
|
||||
struct bhkCompressedMeshShape : public bhkShape
|
||||
|
|
|
|||
Loading…
Reference in a new issue