Ignore run() in emscripten
This commit is contained in:
parent
ef72a0a410
commit
e0e2d6d222
|
|
@ -483,6 +483,9 @@ class TaskManager:
|
|||
"""Starts the task manager running. Does not return until an
|
||||
exception is encountered (including KeyboardInterrupt). """
|
||||
|
||||
if PandaSystem.getPlatform() == 'emscripten':
|
||||
return
|
||||
|
||||
# Set the clock to have last frame's time in case we were
|
||||
# Paused at the prompt for a long time
|
||||
t = self.globalClock.getFrameTime()
|
||||
|
|
|
|||
Loading…
Reference in New Issue