File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
engine/modules/entities/src/main/resources/view/entity-module Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ export default class Line extends Shape {
2222 changed . lineColor ||
2323 changed . lineAlpha ||
2424 changed . x2 ||
25- changed . y2 ) {
25+ changed . y2 ||
26+ changed . x ||
27+ changed . y ) {
2628 this . graphics . clear ( )
2729 this . graphics . lineStyle ( state . lineWidth , state . lineColor , state . lineAlpha )
2830 this . graphics . moveTo ( 0 , 0 )
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+ ## Next release
6+
7+ ### 🐞 Bug fix
8+
9+ - Lines were incorrectly drawn if only one of their two points were changed
10+
511## 3.15.0
612
713### 🎁 Features
You can’t perform that action at this time.
0 commit comments