We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d604ee5 commit b9976c5Copy full SHA for b9976c5
engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities/BufferedGroup.java
@@ -7,7 +7,7 @@
7
* This reduces artifacts caused by rounding errors at the cost of lower performance.
8
* </p>
9
*/
10
-public class BufferedGroup extends ContainerBasedEntity<BufferedGroup> {
+public class BufferedGroup extends ContainerBasedEntity<BufferedGroup> implements Mask {
11
@Override
12
Entity.Type getType() {
13
return Entity.Type.BUFFERED_GROUP;
0 commit comments