*** empty log message ***
This commit is contained in:
parent
5606f6dc59
commit
ad614e6672
|
|
@ -263,7 +263,7 @@ template <class value>
|
|||
SimpleQueryLerpFunctor<value>&
|
||||
SimpleQueryLerpFunctor<value>::operator=(const SimpleQueryLerpFunctor& c) {
|
||||
_save = c._save;
|
||||
SimpleLerpFunctor::operator=(c);
|
||||
SimpleLerpFunctor<value>::operator=(c);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue