File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public BlendMode getBlendMode() {
5858 * The possible values are found in <code>BlendMode</code>.
5959 *
6060 * @see <a href="http://pixijs.download/dev/docs/PIXI.html#.BLEND_MODES">PIXI BLEND_MODES</a>
61- * @param blendMode
61+ * @param blendMode the <code>BlendMode</code> to use.
6262 * @return this <code>TextureBasedEntity</code>.
6363 */
6464 public T setBlendMode (BlendMode blendMode ) {
Original file line number Diff line number Diff line change 22
33The CodinGame SDK is regularly updated and improved. This document lets you know what changed in the latest releases.
44
5-
6- ## Next release
5+ ## 3.4.3
76
87### 🐞 Bug fix
98
You can’t perform that action at this time.
0 commit comments