mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
clarify comment
This commit is contained in:
parent
e9184fe61f
commit
8e1e795cea
@ -87,7 +87,7 @@ class Loader(DirectObject):
|
|||||||
loading, the callback function will be invoked with the n
|
loading, the callback function will be invoked with the n
|
||||||
loaded models passed as its parameter list. It is possible
|
loaded models passed as its parameter list. It is possible
|
||||||
that the callback will be invoked immediately, even before
|
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()
|
an object that may later be passed to loader.cancelRequest()
|
||||||
to cancel the asynchronous request.
|
to cancel the asynchronous request.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user