mirror of
https://github.com/photonstorm/phaser
synced 2024-11-29 16:10:56 +00:00
JSDoc fix
This commit is contained in:
parent
e0ec646496
commit
6887e7b4f0
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ var Shader = new Class({
|
||||||
*
|
*
|
||||||
* @param {string} key - The key of the uniform to return the value for.
|
* @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)
|
getUniform: function (key)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue