From 5e076993682c83021a32f7b84ac7b15017b5ab01 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Thu, 22 Feb 2001 02:48:33 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/directutil/Mopath.py | 3 +++ 1 file changed, 3 insertions(+) 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: