Removed updating in another thread for sake of ease of use and smoothness.

This commit is contained in:
Joey Payne 2014-01-31 22:42:19 -07:00
commit d348ae2759

View file

@ -58,7 +58,6 @@ def mousemove(task):
surf.root_window.inject_mouse_position([x, y])
return task.cont
taskMgr.setupTaskChain('move_chain', numThreads=1)
taskMgr.add(mousemove, 'mousemove', taskChain='move_chain')
taskMgr.add(mousemove, 'mousemove')
taskMgr.add(drawall, 'draw')
run()