diff --git a/direct/src/interval/MetaInterval.py b/direct/src/interval/MetaInterval.py index e544c8aa3c..85b5b62b2c 100644 --- a/direct/src/interval/MetaInterval.py +++ b/direct/src/interval/MetaInterval.py @@ -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):