summaryrefslogtreecommitdiff
path: root/common/map_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/map_view.cpp')
-rw-r--r--common/map_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/map_view.cpp b/common/map_view.cpp
index 39a48a07a7..162060950b 100644
--- a/common/map_view.cpp
+++ b/common/map_view.cpp
@@ -234,7 +234,7 @@ public:
namespace llmr {
namespace platform {
-double time() {
+double elapsed() {
return glfwGetTime();
}