mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 04:40:55 +00:00
tweaked
This commit is contained in:
parent
28172b94bb
commit
e382f54955
1 changed files with 3 additions and 2 deletions
|
@ -348,7 +348,7 @@ namespace CodeImp.DoomBuilder.Data
|
|||
#endregion
|
||||
|
||||
#region ================== Background Loading
|
||||
|
||||
|
||||
// This starts background loading
|
||||
private void StartBackgroundLoader()
|
||||
{
|
||||
|
@ -360,9 +360,10 @@ namespace CodeImp.DoomBuilder.Data
|
|||
backgroundloader = new Thread(new ThreadStart(BackgroundLoad));
|
||||
backgroundloader.Name = "Background Loader";
|
||||
backgroundloader.Priority = ThreadPriority.Lowest;
|
||||
backgroundloader.IsBackground = true;
|
||||
backgroundloader.Start();
|
||||
}
|
||||
|
||||
|
||||
// This stops background loading
|
||||
private void StopBackgroundLoader()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue