1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 13:06:40 +00:00

Removed unused field that was giving compiler warning.

This commit is contained in:
dteviot 2015-07-12 17:15:41 +12:00
parent e294cd95cd
commit ddeabcdfbe

View file

@ -59,7 +59,6 @@ namespace MWRender
private:
osg::ref_ptr<osg::Group> mParent;
Resource::ResourceSystem* mResourceSystem;
osg::ref_ptr<osgParticle::ParticleSystem> mParticleSystem;
osg::ref_ptr<osg::PositionAttitudeTransform> mParticleNode;