mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Fix injector hanging
This commit is contained in:
parent
f343539ac7
commit
b0c440a951
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ from panda3d.core import loadPrcFile
|
|||
|
||||
|
||||
if __debug__:
|
||||
import wx, sys, threading
|
||||
import wx, sys
|
||||
from direct.stdpy import threading
|
||||
|
||||
loadPrcFile('config/general.prc')
|
||||
loadPrcFile('config/release/dev.prc')
|
||||
|
|
Loading…
Reference in a new issue