mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Spawns TkLoop on import so people attempting to use TkPanels won't have them crash if they didn't specify want-tk #t
This commit is contained in:
parent
f5b204228e
commit
9b5ca04b9e
@ -24,4 +24,5 @@ def spawnTkLoop():
|
|||||||
# Spawn this task
|
# Spawn this task
|
||||||
taskMgr.add(tkLoop, "tkLoop")
|
taskMgr.add(tkLoop, "tkLoop")
|
||||||
|
|
||||||
|
taskMgr.remove('tkLoop')
|
||||||
|
spawnTkLoop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user