Moved LessFunctor into header.

This commit is contained in:
Robert Osfield
2006-04-24 21:48:23 +00:00
parent 10f2feeac5
commit 58e759619c
2 changed files with 10 additions and 8 deletions

View File

@@ -849,13 +849,6 @@ PrecipitationEffect::PrecipitationDrawable::PrecipitationDrawable(const Precipit
}
struct LessFunctor
{
bool operator () (const PrecipitationEffect::PrecipitationDrawable::CellMatrixMap::value_type* lhs,const PrecipitationEffect::PrecipitationDrawable::CellMatrixMap::value_type* rhs) const
{
return (*lhs).second<(*rhs).second;
}
};
void PrecipitationEffect::PrecipitationDrawable::drawImplementation(osg::State& state) const
{