Skip to content

Commit 930c829

Browse files
author
Julien
committed
doc(sdk): prep v3.4.3
1 parent cd1ea4b commit 930c829

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities/BlendableEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

playground/misc/misc-3-release-notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
The 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

0 commit comments

Comments
 (0)