diff --git a/direct/src/interval/LerpInterval.py b/direct/src/interval/LerpInterval.py index 4d3af4a112..195c129ee1 100644 --- a/direct/src/interval/LerpInterval.py +++ b/direct/src/interval/LerpInterval.py @@ -607,7 +607,7 @@ class LerpFunctionInterval(Interval.Interval): # create LerpFunctionInterval DirectNotify category notify = directNotify.newCategory('LerpFunctionInterval') # Class methods - def __init__(self, function, fromData = 0, toData = 1, duration = 0.0, + def __init__(self, function, duration = 0.0, fromData = 0, toData = 1, blendType = 'noBlend', extraArgs = [], name = None): """__init__(function, duration, fromData, toData, name) """