From d78fdb169fd803ebb0b477937a4e0f0faf84ffa3 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sun, 15 Mar 2009 12:59:31 +0000 Subject: [PATCH] comment typo --- direct/src/showbase/ShowBase.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 0f24b90611..d01714da6a 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -256,13 +256,12 @@ class ShowBase(DirectObject.DirectObject): # Get a pointer to Panda's global ClockObject, used for # synchronizing events between Python and C. - # object is exactly in sync with the TrueClock. globalClock = ClockObject.getGlobalClock() # Since we have already started up a TaskManager, and probably # a number of tasks; and since the TaskManager had to use the # TrueClock to tell time until this moment, make sure the - # globalClock + # globalClock object is exactly in sync with the TrueClock. trueClock = TrueClock.getGlobalPtr() globalClock.setRealTime(trueClock.getShortTime()) globalClock.tick()