mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops, leftover typo
This commit is contained in:
parent
f5739912f4
commit
779d246bad
@ -244,7 +244,7 @@ class Condition(pm.ConditionVarFull):
|
||||
pm.ConditionVarFull.wait(self, timeout)
|
||||
|
||||
def notifyAll(self):
|
||||
self.__cvar.notifyAll()
|
||||
pm.ConditionVarFull.notifyAll(self)
|
||||
|
||||
notify_all = notifyAll
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user