Warnings fix for VS7.0 from Mike Weiblen
This commit is contained in:
@@ -37,7 +37,7 @@ bool PSU_writeLocalData(const osg::Object &obj, osgDB::Output &fw)
|
||||
{
|
||||
const osgParticle::ParticleSystemUpdater &myobj = static_cast<const osgParticle::ParticleSystemUpdater &>(obj);
|
||||
|
||||
for (int i=0; i<myobj.getNumParticleSystems(); ++i) {
|
||||
for (unsigned int i=0; i<myobj.getNumParticleSystems(); ++i) {
|
||||
fw.writeObject(*myobj.getParticleSystem(i));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user