Fixed typo

This commit is contained in:
Robert Osfield
2008-12-18 17:40:13 +00:00
parent 3327b6a621
commit a4174763f8

View File

@@ -207,7 +207,7 @@ void osgParticle::ParticleSystem::single_pass_render(osg::State& /*state*/, con
}
scaled_aligned_xAxis *= xScale;
scaled_aligned_xAxis *= yScale;
scaled_aligned_yAxis *= yScale;
xAxis *= xScale;
yAxis *= yScale;