summaryrefslogtreecommitdiff
path: root/client/splash/face/markers.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-28 13:53:44 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-28 13:53:44 +0100
commit0c0c2ec2ecfd64b16ff6ca0e69142223615f0c36 (patch)
treee67d8519c87ccddb35e449116117b8b085a385de /client/splash/face/markers.js
parent80c592a33ca8f1e2e3da9d050df4119e434b7aae (diff)
fix obj2ply, add may and xi
Diffstat (limited to 'client/splash/face/markers.js')
-rw-r--r--client/splash/face/markers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/splash/face/markers.js b/client/splash/face/markers.js
index 1832824c..1636349c 100644
--- a/client/splash/face/markers.js
+++ b/client/splash/face/markers.js
@@ -78,5 +78,5 @@ export function swap(face) {
}
export function update() {
- group.rotation.y += 0.005
-} \ No newline at end of file
+ // group.rotation.y += 0.005
+}