Changeset 527


Ignore:
Timestamp:
10/20/10 15:28:59 (19 months ago)
Author:
ddangelo
Message:

MaximumParticleDensity? adaptor field callbacks corrected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-osg/src/avango/osg/particle/PrecipitationEffect.cpp

    r1 r527  
    242242av::osg::particle::PrecipitationEffect::getMaximumParticleDensityCB(const av::SFFloat::GetValueEvent& event) 
    243243{ 
    244   *(event.getValuePtr()) = mOsgPrecipitationEffect->setMaximumParticleDensity(); 
     244  *(event.getValuePtr()) = mOsgPrecipitationEffect->getMaximumParticleDensity(); 
    245245} 
    246246 
Note: See TracChangeset for help on using the changeset viewer.