mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -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
|
# Class methods
|
||||||
def __init__(self, name, duration, openEnded=1):
|
def __init__(self, name, duration, openEnded=1):
|
||||||
"""__init__(name, duration, openEnded, reverse)
|
"""__init__(name, duration, openEnded)
|
||||||
"""
|
"""
|
||||||
self.name = name
|
self.name = name
|
||||||
self.duration = duration
|
self.duration = duration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user