summaryrefslogtreecommitdiff
path: root/Penguloon/ContentManager.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-22 20:30:25 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-22 20:30:25 +0100
commit1276593bfbbfcdbac24b48cf8b574da25945d763 (patch)
tree3d9e8a4153b5b369184b7c7de55461bd1573d30a /Penguloon/ContentManager.cs
parent12c565cbb7208b44bd7654289bbac2824901f118 (diff)
ZULUL
Diffstat (limited to 'Penguloon/ContentManager.cs')
-rw-r--r--Penguloon/ContentManager.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Penguloon/ContentManager.cs b/Penguloon/ContentManager.cs
index ad34ac3..e7077f8 100644
--- a/Penguloon/ContentManager.cs
+++ b/Penguloon/ContentManager.cs
@@ -42,8 +42,6 @@ namespace Penguloon
LoadPercentage = (int)((itemsLoaded / totalItemsToLoad) * 100);
LoadPercentageF = (itemsLoaded / totalItemsToLoad);
-
- Thread.Sleep(25);
}
for (int i = 0; i < ContentPathManager.TexturePaths.Count; i++)
@@ -53,8 +51,6 @@ namespace Penguloon
LoadPercentage = (int)((itemsLoaded / totalItemsToLoad) * 100);
LoadPercentageF = (itemsLoaded / totalItemsToLoad);
-
- Thread.Sleep(25);
}
for (int i = 0; i < ContentPathManager.FontPaths.Count; i++)
@@ -64,8 +60,6 @@ namespace Penguloon
LoadPercentage = (int)((itemsLoaded / totalItemsToLoad) * 100);
LoadPercentageF = (itemsLoaded / totalItemsToLoad);
-
- Thread.Sleep(25);
}
DoneLoading = true;