mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 19:35:48 +02:00
JSDoc typos
This commit is contained in:
parent
496154fdbe
commit
e255fa3863
1 changed files with 2 additions and 1 deletions
|
@ -105,10 +105,11 @@ public slots:
|
|||
float getVoxelSizeScale() const { return _octreeQuery.getOctreeSizeScale(); }
|
||||
|
||||
/**jsdoc
|
||||
* @function EntityViewer.
|
||||
* @function EntityViewer.getBoundaryLevelAdjust
|
||||
* @returns {number}
|
||||
*/
|
||||
int getBoundaryLevelAdjust() const { return _octreeQuery.getBoundaryLevelAdjust(); }
|
||||
|
||||
/**jsdoc
|
||||
* @function EntityViewer.getMaxPacketsPerSecond
|
||||
* @returns {number}
|
||||
|
|
Loading…
Reference in a new issue