Improved the effectiveness of the new max target number PageLOD's

This commit is contained in:
Robert Osfield
2008-12-17 22:52:36 +00:00
parent f8151127e3
commit 1cd6541bfd
3 changed files with 39 additions and 12 deletions

View File

@@ -195,7 +195,7 @@ void osgParticle::ParticleSystem::single_pass_render(osg::State& /*state*/, con
else
{
xAxis /= (scaleX*scaleX);
yAxis /= (scaleX*scaleY);
yAxis /= (scaleY*scaleY);
}
}