mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:51:01 +02:00
Corrected jsdoc comment.
This commit is contained in:
parent
6b83f2f94d
commit
f786f5a4a6
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public slots:
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Check whether all textures have been loaded.
|
* Check whether all textures have been loaded.
|
||||||
* @function Entities.areTexturesLoaded
|
* @function Entities.isTextureLoadingComplete
|
||||||
* @returns {boolean} <code>true</code> texture memory usage is not increasing <code>false</code>.
|
* @returns {boolean} <code>true</code> texture memory usage is not increasing <code>false</code>.
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE bool isTextureLoadingComplete();
|
Q_INVOKABLE bool isTextureLoadingComplete();
|
||||||
|
|
Loading…
Reference in a new issue