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:
parent
b0b1d9b681
commit
94134b82f7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user