Ticket #38921: patch-include-H3D-X3DParticleEmitterNode.h.diff

File patch-include-H3D-X3DParticleEmitterNode.h.diff, 424 bytes (added by daniel.evestedt@…, 9 years ago)

Patch for 2.3.0

  • include/H3D/X3DParticleEmitterNode.h

    old new  
    158158        return time_lived > total_time_to_live;
    159159      }
    160160
    161       bool operator<( const Particle &p ) {
     161      inline bool operator<( const Particle &p ) const {
    162162        return distance_from_viewer > p.distance_from_viewer;
    163163      }
    164164