mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Fixed the image sprite loading bar going to 116% instead of to 100%.
This commit is contained in:
@@ -1114,7 +1114,7 @@ public class FSkin {
|
|||||||
if (preferredName.isEmpty()) { loadLight("default", onInit); }
|
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.
|
// Grab and test various sprite files.
|
||||||
final String defaultDir = ForgeConstants.DEFAULT_SKINS_DIR;
|
final String defaultDir = ForgeConstants.DEFAULT_SKINS_DIR;
|
||||||
|
|||||||
Reference in New Issue
Block a user