mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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.replyToChannelId=replyToChannelId
|
||||
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):
|
||||
assert self.notify.debugCall()
|
||||
|
Loading…
x
Reference in New Issue
Block a user