X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altoslib%2FAltosSpeed.java;h=6fb624fb664bbab32511848765e54dccb566f77a;hb=d029acad6a992be9b7b4498e70605f8a1e1a4ef6;hp=020c137708c19f70c4e61d4f98ba24f0332ea04f;hpb=8d1d8d2a3c129cdbd55427bcda0f26715b02f1ee;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