From f876dd883d0cf6812ba999a7bc4587189d5916d1 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Fri, 24 Sep 2004 22:36:37 +0000 Subject: [PATCH] changed comment --- direct/src/task/Task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/task/Task.py b/direct/src/task/Task.py index f8a35331ef..153de1091a 100644 --- a/direct/src/task/Task.py +++ b/direct/src/task/Task.py @@ -897,7 +897,7 @@ class TaskManager: return TaskManagerPanel.TaskManagerPanel(self) def __getTimeFrame(self): - # WARNING: If you are testing tasks without an igloop, + # WARNING: If you are testing tasks without an igLoop, # you must manually tick the clock # Ask for the time last frame return globalClock.getFrameTime(), globalClock.getFrameCount()