mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 00:02:57 +02:00
Reticle JSDoc fix
This commit is contained in:
parent
4fb55ec2af
commit
eeb511c359
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ public:
|
||||||
Q_INVOKABLE void setPosition(QVariant position);
|
Q_INVOKABLE void setPosition(QVariant position);
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* @function Reticle.
|
* @function Reticle.getMaximumPosition
|
||||||
* @returns {Vec2}
|
* @returns {Vec2}
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE glm::vec2 getMaximumPosition() { return _compositor->getReticleMaximumPosition(); }
|
Q_INVOKABLE glm::vec2 getMaximumPosition() { return _compositor->getReticleMaximumPosition(); }
|
||||||
|
|
Loading…
Reference in a new issue