mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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