summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-01-17 13:33:39 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-01-17 13:33:39 +0100
commit509b223fbf63ea326b60e82dec2f0c0cdb160a66 (patch)
treeb10a8529540fe11c4822d994a8dd893876b45150 /macosx
parentfc8a0d00ac17dfaa16c363a88c4c4c14298ec1dc (diff)
downloadqtlocation-mapboxgl-509b223fbf63ea326b60e82dec2f0c0cdb160a66.tar.gz
animate northing
Diffstat (limited to 'macosx')
-rw-r--r--macosx/main.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/main.mm b/macosx/main.mm
index 80a7df00d4..3f8d8a54f5 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -255,6 +255,10 @@ void request(void *, tile::ptr tile) {
}];
}
+double time() {
+ return glfwGetTime();
+}
+
}
}