From 23d7af43552d36ab9ab232b1e4c2f0cfddc71690 Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Thu, 11 Apr 2002 20:41:11 +0000 Subject: [PATCH] Initialized MaxT --- direct/src/tkpanels/MopathRecorder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/tkpanels/MopathRecorder.py b/direct/src/tkpanels/MopathRecorder.py index 6bb6369576..54ac9ac289 100644 --- a/direct/src/tkpanels/MopathRecorder.py +++ b/direct/src/tkpanels/MopathRecorder.py @@ -134,6 +134,7 @@ class MopathRecorder(AppShell, PandaObject): self.nurbsCurveDrawer.getGeomNode()) useDirectRenderStyle(self.curveNodePath) # Playback variables + self.maxT = 0.0 self.playbackTime = 0.0 self.loopPlayback = 1 self.playbackSF = 1.0