Skip to content

Commit

Permalink
Fixed incorrect jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Feb 2, 2024
1 parent 59698c9 commit e00d121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/renderer/webgl/wrappers/WebGLFramebufferWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ var errors = {
* without other systems having to be aware of it.
* Always use WebGLFramebufferWrapper instead.
*
* @method Phaser.Renderer.WebGL.WebGLRenderer#createFramebuffer
* @class WebGLFramebufferWrapper
* @memberof Phaser.Renderer.WebGL.Wrappers
* @constructor
* @since 3.80.0
*
* @param {WebGLRenderingContext} gl - The WebGLRenderingContext to create the WebGLFramebuffer for.
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/webgl/wrappers/WebGLTextureWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var IsSizePowerOfTwo = require('../../../math/pow2/IsSizePowerOfTwo');
* without other systems having to be aware of it.
* Always use WebGLTextureWrapper instead.
*
* @class GLTextureWrapper
* @class WebGLTextureWrapper
* @memberof Phaser.Renderer.WebGL.Wrappers
* @constructor
* @since 3.80.0
Expand Down

0 comments on commit e00d121

Please sign in to comment.