summaryrefslogtreecommitdiff
path: root/common/settings_json.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/settings_json.hpp')
-rw-r--r--common/settings_json.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/settings_json.hpp b/common/settings_json.hpp
index 09f7841c91..25c2179ba0 100644
--- a/common/settings_json.hpp
+++ b/common/settings_json.hpp
@@ -14,7 +14,7 @@ public:
double longitude = 0;
double latitude = 0;
double zoom = 0;
- double angle = 0;
+ double bearing = 0;
bool debug = false;
};