From 76bc4564ad2744619e77604c420ab362b7628664 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Wed, 5 Feb 2014 10:24:00 -0800 Subject: [PATCH] push to force rebuild --- libraries/particles/src/Particle.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/particles/src/Particle.h b/libraries/particles/src/Particle.h index 0f01e943f7..84efdd2916 100644 --- a/libraries/particles/src/Particle.h +++ b/libraries/particles/src/Particle.h @@ -63,7 +63,6 @@ const float DEFAULT_MODEL_SCALE = 1.0f; const bool IN_HAND = true; // it's in a hand const bool NOT_IN_HAND = !IN_HAND; // it's not in a hand - /// A collection of properties of a particle used in the scripting API. Translates between the actual properties of a particle /// and a JavaScript style hash/QScriptValue storing a set of properties. Used in scripting to set/get the complete set of /// particle properties via JavaScript hashes/QScriptValues