Skip to content

Commit b485a09

Browse files
obiotclaude
andcommitted
Fix setBlendMode JSDoc: remove stale "given context" wording
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9a4a7e2 commit b485a09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/melonjs/src/video/canvas/canvas_renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default class CanvasRenderer extends Renderer {
108108
}
109109

110110
/**
111-
* set a blend mode for the given context. <br>
111+
* set the current blend mode for this renderer. <br>
112112
* All renderers support: <br>
113113
* - "normal" : draws new content on top of the existing content <br>
114114
* <img src="../images/normal-blendmode.png" width="180"/> <br>

packages/melonjs/src/video/webgl/webgl_renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ export default class WebGLRenderer extends Renderer {
726726
}
727727

728728
/**
729-
* set a blend mode for the given context. <br>
729+
* set the current blend mode for this renderer. <br>
730730
* All renderers support: <br>
731731
* - "normal" : draws new content on top of the existing content <br>
732732
* <img src="../images/normal-blendmode.png" width="180"/> <br>

0 commit comments

Comments
 (0)