diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 02:14:58 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 02:14:58 +0100 |
| commit | 80c592a33ca8f1e2e3da9d050df4119e434b7aae (patch) | |
| tree | 3b3452d94c1fc95df399cb222ac1a562909a07f8 /client/splash/face/index.js | |
| parent | bd0bb81ee5d1856f3b3e86b43ac7ff7312472dfe (diff) | |
more edits
Diffstat (limited to 'client/splash/face/index.js')
| -rw-r--r-- | client/splash/face/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/splash/face/index.js b/client/splash/face/index.js index 49246e10..157a51cf 100644 --- a/client/splash/face/index.js +++ b/client/splash/face/index.js @@ -16,3 +16,7 @@ export function load() { markers.swap(face) mesh.load(name) } + +export function update(){ + markers.update() +}
\ No newline at end of file |
