summaryrefslogtreecommitdiff
path: root/client/splash/face/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/splash/face/index.js')
-rw-r--r--client/splash/face/index.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/splash/face/index.js b/client/splash/face/index.js
index 157a51cf..4090a9fa 100644
--- a/client/splash/face/index.js
+++ b/client/splash/face/index.js
@@ -4,7 +4,7 @@ import * as markers from './markers'
import * as mesh from './mesh'
export function init() {
- const name = names[0]
+ const name = choice(names)
const face = faces[name]
markers.build(face)
mesh.load(name)
@@ -14,9 +14,9 @@ export function load() {
const name = choice(names)
const face = faces[name]
markers.swap(face)
- mesh.load(name)
+ // mesh.load(name)
}
-export function update(){
- markers.update()
-} \ No newline at end of file
+export function update() {
+ // markers.update()
+}