mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-04 23:04:17 +01:00
AppletLoader - slight tweak to make AppletLoader looks a bit better
This commit is contained in:
parent
3eb5f02368
commit
f96a4bd228
|
|
@ -1086,7 +1086,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
// round to two decimal places
|
||||
downloadSpeed = ((int)(downloadSpeed*100))/100f;
|
||||
// set current speed message
|
||||
downloadSpeedMessage = " @ " + downloadSpeed + " KB/sec";
|
||||
downloadSpeedMessage = " - " + downloadSpeed + " KB/sec";
|
||||
// reset downloaded amount
|
||||
downloadedAmount = 0;
|
||||
// reset start time
|
||||
|
|
|
|||
Loading…
Reference in a new issue