From f786f5a4a6853de0867f8cbfa828705a0f7e47b9 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Mon, 22 Apr 2019 16:00:44 -0700 Subject: [PATCH] Corrected jsdoc comment. --- interface/src/scripting/TestScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/scripting/TestScriptingInterface.h b/interface/src/scripting/TestScriptingInterface.h index 1fc1bdd930..7924476305 100644 --- a/interface/src/scripting/TestScriptingInterface.h +++ b/interface/src/scripting/TestScriptingInterface.h @@ -165,7 +165,7 @@ public slots: /**jsdoc * Check whether all textures have been loaded. - * @function Entities.areTexturesLoaded + * @function Entities.isTextureLoadingComplete * @returns {boolean} true texture memory usage is not increasing false. */ Q_INVOKABLE bool isTextureLoadingComplete();