mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
remove reverse from base class
This commit is contained in:
parent
3f1bc96f02
commit
208d2b2a82
@ -19,7 +19,7 @@ class Interval(DirectObject):
|
||||
|
||||
# Class methods
|
||||
def __init__(self, name, duration, openEnded=1):
|
||||
"""__init__(name, duration, openEnded, reverse)
|
||||
"""__init__(name, duration, openEnded)
|
||||
"""
|
||||
self.name = name
|
||||
self.duration = duration
|
||||
|
Loading…
x
Reference in New Issue
Block a user