mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Updated the loading progress bar to account for the extra foil sprite sheet, part 2.
This commit is contained in:
@@ -490,7 +490,7 @@ public enum FSkin {
|
||||
public void run() {
|
||||
if ( cnt > 0 ) {
|
||||
barProgress.reset();
|
||||
barProgress.setMaximum(4);
|
||||
barProgress.setMaximum(cnt);
|
||||
}
|
||||
barProgress.setShowETA(false);
|
||||
barProgress.setShowCount(cnt > 0);
|
||||
|
||||
Reference in New Issue
Block a user