mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
faster background loading
This commit is contained in:
parent
b5e1ecbec1
commit
afb1c80c4a
1 changed files with 2 additions and 2 deletions
|
@ -449,7 +449,7 @@ namespace CodeImp.DoomBuilder.Data
|
|||
{
|
||||
// Wait a bit and update icon
|
||||
General.MainWindow.UpdateStatusIcon();
|
||||
Thread.Sleep(1);
|
||||
Thread.Sleep(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -459,7 +459,7 @@ namespace CodeImp.DoomBuilder.Data
|
|||
{
|
||||
// Wait a bit and update icon
|
||||
General.MainWindow.UpdateStatusIcon();
|
||||
Thread.Sleep(1);
|
||||
Thread.Sleep(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue