fixing linux bugs
This commit is contained in:
parent
0a01b6d834
commit
f980337063
1 changed files with 1 additions and 1 deletions
|
|
@ -744,7 +744,7 @@ def main():
|
||||||
game_args = run_mod + sys.argv[1:]
|
game_args = run_mod + sys.argv[1:]
|
||||||
|
|
||||||
# Start game launcher thread
|
# Start game launcher thread
|
||||||
game_launch_thread = threading.Thread(target=game_launch,args=(game_args,), daemon=True)
|
game_launch_thread = threading.Thread(target=game_launch,args=(game_args,))
|
||||||
game_launch_thread.start()
|
game_launch_thread.start()
|
||||||
game_launch_thread.join()
|
game_launch_thread.join()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue