浏览代码

*** empty log message ***

rlweaver 24 年之前
父节点
当前提交
df95e99833
共有 1 个文件被更改,包括 1 次插入1 次删除
  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):