mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
fixed spacing issue
This commit is contained in:
parent
1121fe8da0
commit
23d07fa292
18 changed files with 926 additions and 928 deletions
|
@ -185,7 +185,6 @@ public:
|
||||||
const QScriptValue& avatarIdsToInclude = QScriptValue(),
|
const QScriptValue& avatarIdsToInclude = QScriptValue(),
|
||||||
const QScriptValue& avatarIdsToDiscard = QScriptValue());
|
const QScriptValue& avatarIdsToDiscard = QScriptValue());
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* To Be Completed
|
|
||||||
* @function AvatarManager.findRayIntersectionVector
|
* @function AvatarManager.findRayIntersectionVector
|
||||||
* @param {PickRay} ray
|
* @param {PickRay} ray
|
||||||
* @param {} avatarsToInclude
|
* @param {} avatarsToInclude
|
||||||
|
|
|
@ -91,7 +91,6 @@ public:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* To Be Completed
|
|
||||||
* @param {number} deltaSize
|
* @param {number} deltaSize
|
||||||
* @function SoundCache.updateTotalSize
|
* @function SoundCache.updateTotalSize
|
||||||
* @returns {Resource}
|
* @returns {Resource}
|
||||||
|
|
Loading…
Reference in a new issue