From 6887e7b4f0ce5c87e9116beb9cf00995d9f0cf25 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 28 Aug 2019 12:00:19 +0100 Subject: [PATCH] JSDoc fix --- src/gameobjects/shader/Shader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gameobjects/shader/Shader.js b/src/gameobjects/shader/Shader.js index 70e8c6834..38814022f 100644 --- a/src/gameobjects/shader/Shader.js +++ b/src/gameobjects/shader/Shader.js @@ -792,7 +792,7 @@ var Shader = new Class({ * * @param {string} key - The key of the uniform to return the value for. * - * @return {this} This Shader instance. + * @return {any} A reference to the uniform object. This is not a copy, so modifying it will update the original object also. */ getUniform: function (key) {