- Updated the loading progress bar to account for the extra foil sprite sheet, part 2.

This commit is contained in:
Agetian
2013-06-30 17:09:01 +00:00
parent fdebee9011
commit a16b8e3ffc

View File

@@ -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);