momentum-mod/lumper

UI unresponsive during load

Closed this issue · 0 comments

Loading a file freezes the windows until it finishes.
BSP loading needs to be called asynchronously. Probably using async and await in BspFile.Load() or wherever the BspFileReader is called from.
A progress bar would also be nice.