From 8e1e795cea9a3eff51787fcfbba03a4009b0d069 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 29 Jun 2007 21:48:29 +0000 Subject: [PATCH] clarify comment --- direct/src/showbase/Loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/Loader.py b/direct/src/showbase/Loader.py index 6e71288d5d..8a88395229 100644 --- a/direct/src/showbase/Loader.py +++ b/direct/src/showbase/Loader.py @@ -87,7 +87,7 @@ class Loader(DirectObject): loading, the callback function will be invoked with the n loaded models passed as its parameter list. It is possible that the callback will be invoked immediately, even before - loadModel() returns. In this case, the return value will be + loadModel() returns. In any case, the return value will be an object that may later be passed to loader.cancelRequest() to cancel the asynchronous request.