From 9f828448a01dc116d6f132ce19cdfd0c5d64a002 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sun, 3 Jan 2016 07:29:14 -0800 Subject: [PATCH] add comment --- examples/debugging/queryAACubeInspector.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/debugging/queryAACubeInspector.js b/examples/debugging/queryAACubeInspector.js index 96296a7576..2735617bc1 100644 --- a/examples/debugging/queryAACubeInspector.js +++ b/examples/debugging/queryAACubeInspector.js @@ -9,6 +9,8 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // +// This script draws an overlay cube around nearby entities to show their queryAABoxes. + Script.include("../libraries/utils.js");