faster background loading

This commit is contained in:
codeimp 2008-10-08 19:02:35 +00:00
parent b5e1ecbec1
commit afb1c80c4a

View file

@ -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
{