mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
push to force rebuild
This commit is contained in:
parent
53e7cd7797
commit
76bc4564ad
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue