Skip to content

Commit 8971d8e

Browse files
committed
Updated comments
1 parent b65a9be commit 8971d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/webgl/QuadFBO.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Phaser.Renderer.WebGL.QuadFBO.prototype = {
274274
{
275275
var gl = this.gl;
276276

277-
// Return to the default framebuffer
277+
// Set the framebuffer to render to
278278
gl.bindFramebuffer(gl.FRAMEBUFFER, destinationBuffer);
279279

280280
// Bind the texture we rendered to, for reading, always TEXTURE0

0 commit comments

Comments
 (0)