From fa06f50841b138eb5ad74165505342cee4948a4c Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Thu, 9 Jul 2015 15:34:03 -0700 Subject: [PATCH] fix header comment --- examples/stick-hydra.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/stick-hydra.js b/examples/stick-hydra.js index 42ac6c6cda..a74f7954bb 100644 --- a/examples/stick-hydra.js +++ b/examples/stick-hydra.js @@ -1,10 +1,10 @@ -// stick.js +// stick-hydra.js // examples // -// Created by Seth Alves on 2015-6-10 +// Created by Seth Alves on 2015-7-9 // Copyright 2015 High Fidelity, Inc. // -// Allow avatar to hold a stick +// Allow avatar to hold a stick and control it with a hand-tracker // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html