diff --git a/examples/airship/makeAirship.js b/examples/airship/makeAirship.js index 92fff090ee..9c6a3348b1 100644 --- a/examples/airship/makeAirship.js +++ b/examples/airship/makeAirship.js @@ -6,8 +6,7 @@ // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -// A firefly which is animated by passerbys. It's physical, no gravity, periodic forces applied. -// If a firefly is found to + var SIZE = 0.2; var TYPE = "Model"; // Right now this can be "Box" or "Model" or "Sphere"