Browse Source

*** empty log message ***

rlweaver 24 years ago
parent
commit
df95e99833
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/interval/LerpInterval.py

+ 1 - 1
direct/src/interval/LerpInterval.py

@@ -113,7 +113,7 @@ class LerpHprInterval(LerpInterval):
 	    name = 'LerpHprInterval-%d' % LerpHprInterval.lerpHprNum
 	    LerpHprInterval.lerpHprNum += 1
         # Initialize superclass
-	LerpInterval.__init__(self, name, duration, functorFunc, blendType) 
+	LerpInterval.__init__(self, name, duration, functorFunc, blendType)
 
 class LerpScaleInterval(LerpInterval):