mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-30 07:21:12 +00:00
fix typo with wrong flags in particle nifloader
This commit is contained in:
parent
f451b09f10
commit
0954597fa7
@ -82,7 +82,7 @@ struct NiParticleSystemController : public Controller
|
||||
void read(NIFStream *nif) override;
|
||||
void post(NIFFile *nif) override;
|
||||
|
||||
bool noAutoAdjust() const { return flags & EmitFlag_NoAutoAdjust; }
|
||||
bool noAutoAdjust() const { return emitFlags & EmitFlag_NoAutoAdjust; }
|
||||
bool emitAtVertex() const { return flags & BSPArrayController_AtVertex; }
|
||||
};
|
||||
using NiBSPArrayController = NiParticleSystemController;
|
||||
|
Loading…
x
Reference in New Issue
Block a user