mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
*** empty log message ***
This commit is contained in:
parent
649dba257f
commit
714ee21074
@ -47,7 +47,8 @@ class AsyncRequest(DirectObject):
|
|||||||
self.air=air
|
self.air=air
|
||||||
self.replyToChannelId=replyToChannelId
|
self.replyToChannelId=replyToChannelId
|
||||||
self.neededObjects={}
|
self.neededObjects={}
|
||||||
self.timeoutTask=taskMgr.doMethodLater(timeout, self.timeout, "AsyncRequestTimer-%s"%(id(self,)))
|
self.timeoutTask=taskMgr.doMethodLater(
|
||||||
|
timeout, self.timeout, "AsyncRequestTimer-%s"%(id(self,)))
|
||||||
|
|
||||||
def delete(self):
|
def delete(self):
|
||||||
assert self.notify.debugCall()
|
assert self.notify.debugCall()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user