From Wang Rui, reverted changes to osgPartcile that caused problems with osgparticleeffects.

This commit is contained in:
Robert Osfield
2010-09-20 11:50:24 +00:00
parent a8c8c70fb1
commit 5ecc2b9880
7 changed files with 73 additions and 70 deletions

View File

@@ -151,6 +151,7 @@ namespace osgParticle
private:
ReferenceFrame _rf;
bool _enabled;
double _t0;
osg::ref_ptr<ParticleSystem> _ps;
bool _first_ltw_compute;
bool _need_ltw_matrix;