Skip to content

Commit f5b452a

Browse files
committed
trail: Display zoom/demo.
1 parent a42801d commit f5b452a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/trail/trail.app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,10 +891,10 @@ function load_track(x) {
891891
zoom_mode++;
892892
if (zoom_mode == 3)
893893
zoom_mode = 0;
894-
ui.drawMsg("Zoom mode " + zoom_mode);
894+
ui.drawMsg("Zoom\nmode\n" + zoom_mode);
895895
break;
896896
case 2: demo_mode = !demo_mode;
897-
ui.drawMsg("Demo mode " + demo_mode);
897+
ui.drawMsg("Demo\nmode\n" + demo_mode);
898898
break;
899899
}
900900
}

0 commit comments

Comments
 (0)