From 683aa42838bead4d18c7f44e832f3a9943b064cc Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 30 Sep 2005 21:55:29 +0000 Subject: [PATCH] reorder parameters for consistency --- direct/src/interval/LerpInterval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) """