X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altoslib%2FAltosSpeed.java;h=6fb624fb664bbab32511848765e54dccb566f77a;hb=a5fb03421751b342dcd450caee49a608d8828175;hp=020c137708c19f70c4e61d4f98ba24f0332ea04f;hpb=2efd3ad80d4fefa8ccc1b80a2e657dbf9ba0c60f;p=fw%2Faltos diff --git a/altoslib/AltosSpeed.java b/altoslib/AltosSpeed.java index 020c1377..6fb624fb 100644 --- a/altoslib/AltosSpeed.java +++ b/altoslib/AltosSpeed.java @@ -37,7 +37,7 @@ public class AltosSpeed extends AltosUnits { return "meters per second"; } - int show_fraction(int width) { + public int show_fraction(int width) { return width / 9; } } \ No newline at end of file