1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

androidgcs: remove unicode chars to eliminate warnings

This commit is contained in:
Stacey Sheldon 2012-10-05 17:52:55 -04:00
parent b0b1d9b681
commit 94134b82f7

View File

@ -114,7 +114,7 @@ public class CompassView extends View {
// Draw the background
canvas.drawCircle(px, py, radius, circlePaint);
// Rotate our perspective so that the ÔtopÕ is
// Rotate our perspective so that the "top" is
// facing the current bearing.
canvas.save();
canvas.rotate((float) -bearing, px, py);