diff --git a/panda/src/lerp/lerpfunctor.h b/panda/src/lerp/lerpfunctor.h index 3031af68f9..c133a7a1ba 100644 --- a/panda/src/lerp/lerpfunctor.h +++ b/panda/src/lerp/lerpfunctor.h @@ -263,7 +263,7 @@ template SimpleQueryLerpFunctor& SimpleQueryLerpFunctor::operator=(const SimpleQueryLerpFunctor& c) { _save = c._save; - SimpleLerpFunctor::operator=(c); + SimpleLerpFunctor::operator=(c); return *this; }