- Fixed the image sprite loading bar going to 116% instead of to 100%.

This commit is contained in:
Agetian
2015-01-13 14:29:37 +00:00
parent d4b74ddc31
commit 3a45df9217

View File

@@ -1114,7 +1114,7 @@ public class FSkin {
if (preferredName.isEmpty()) { loadLight("default", onInit); }
}
FView.SINGLETON_INSTANCE.setSplashProgessBarMessage("Processing image sprites: ", 6);
FView.SINGLETON_INSTANCE.setSplashProgessBarMessage("Processing image sprites: ", 7);
// Grab and test various sprite files.
final String defaultDir = ForgeConstants.DEFAULT_SKINS_DIR;