diff --git a/direct/src/directutil/Mopath.py b/direct/src/directutil/Mopath.py index 0ffaec41fb..553f681da0 100644 --- a/direct/src/directutil/Mopath.py +++ b/direct/src/directutil/Mopath.py @@ -14,6 +14,9 @@ class Mopath(PandaObject): self.name = name self.reset() + def getMaxT(self): + return self.maxT + def loadFile(self, filename): nodePath = loader.loadModel(filename) if nodePath: