When I build osg from svn today I got the warning:

.\ParticleSystem.cpp(187) : warning C4390: ';' : empty controlled statement
found; is this the intent?

Looks like a "feature" to me.


 if (currentParticle->getShape() != startParticle->getShape()); <<<
            {
                startParticle->endRender();
                currentParticle->beginRender();
                startParticle = currentParticle;
            }

/Anders

-- 


________________________________________________________________
Anders Backman               Email:    [EMAIL PROTECTED]
HPC2N/VRlab                  Phone:    +46 (0)90-786 9936
Umea university              Cellular: +46 (0)70-392 64 67
S-901 87 UMEA SWEDEN         Fax:      +46 90-786 6126
                              http://www.cs.umu.se/~andersb
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to