mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
fix notify name
This commit is contained in:
parent
f10f2815b7
commit
5e65b52f3a
@ -17,7 +17,7 @@ class MetaInterval(CMetaInterval):
|
||||
|
||||
# This is the base class of Sequence, Parallel, and Track.
|
||||
|
||||
notify = directNotify.newCategory("Interval")
|
||||
notify = directNotify.newCategory("MetaInterval")
|
||||
|
||||
SequenceNum = 1
|
||||
def __init__(self, *ivals, **kw):
|
||||
|
Loading…
x
Reference in New Issue
Block a user