mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +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() {
|
public void run() {
|
||||||
if ( cnt > 0 ) {
|
if ( cnt > 0 ) {
|
||||||
barProgress.reset();
|
barProgress.reset();
|
||||||
barProgress.setMaximum(4);
|
barProgress.setMaximum(cnt);
|
||||||
}
|
}
|
||||||
barProgress.setShowETA(false);
|
barProgress.setShowETA(false);
|
||||||
barProgress.setShowCount(cnt > 0);
|
barProgress.setShowCount(cnt > 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user