Browse Source

fix finish() on new interval

David Rose 23 years ago
parent
commit
5b29acde14
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/interval/MetaInterval.py

+ 1 - 0
direct/src/interval/MetaInterval.py

@@ -275,6 +275,7 @@ class MetaInterval(CMetaInterval):
         self.__manager.addInterval(self)
         
     def finish(self):
+        self.__updateIvals()
         state = self.getState()
         if state == CInterval.SInitial:
             self.privInstant()