PlaneShift
Gameplay => Wish list => Topic started by: CodeDog on September 16, 2006, 07:01:20 am
-
When the updater UI is running, if you drag the window or click and hold your mouse on the title bar, the progress bar stops.
The client area should not stop rendering while the mouse button is being held down.
The worker thread appears to keep going so files are still updating.
Solution: The main window process and the client area render need to be in separate threads. However I wouldn't put the renderer in the worker thread. I would suggest making a second worker thread for the client area renderer.