Skip to content

Commit 6887e7b

Browse files
committed
JSDoc fix
1 parent e0ec646 commit 6887e7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/shader/Shader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ var Shader = new Class({
792792
*
793793
* @param {string} key - The key of the uniform to return the value for.
794794
*
795-
* @return {this} This Shader instance.
795+
* @return {any} A reference to the uniform object. This is not a copy, so modifying it will update the original object also.
796796
*/
797797
getUniform: function (key)
798798
{

0 commit comments

Comments
 (0)