mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-20 10:53:19 +00:00
Present maps slightly faster to the user
This commit is contained in:
parent
c95e5af46d
commit
f6dd787f0d
1 changed files with 3 additions and 0 deletions
|
@ -767,6 +767,9 @@ namespace CodeImp.DoomBuilder.Data
|
|||
{
|
||||
try
|
||||
{
|
||||
// Wait a bit before loading to give the main thread a headstart on acquiring the locks in the resource loader part of the codebase..
|
||||
Thread.Sleep(666);
|
||||
|
||||
do
|
||||
{
|
||||
// Get next item
|
||||
|
|
Loading…
Reference in a new issue