diff options
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 |
