forked from halo-battle/game
Lint mon cache a fait que ça n'avait pas été corrigé à la première passe
This commit is contained in:
parent
b5868f05f6
commit
52e4266218
4 changed files with 13 additions and 16 deletions
|
|
@ -426,10 +426,10 @@ class LinePlot extends Plot
|
|||
array_merge(
|
||||
$areaCoords,
|
||||
array_slice(
|
||||
$cord,
|
||||
$this->filledAreas[$i][0] * $factor,
|
||||
($this->filledAreas[$i][1] - $this->filledAreas[$i][0] + ($this->step_style ? 0 : 1)) * $factor
|
||||
)
|
||||
$cord,
|
||||
$this->filledAreas[$i][0] * $factor,
|
||||
($this->filledAreas[$i][1] - $this->filledAreas[$i][0] + ($this->step_style ? 0 : 1)) * $factor
|
||||
)
|
||||
);
|
||||
$areaCoords[] = $areaCoords[sizeof($areaCoords)-2]; // last x
|
||||
$areaCoords[] = $minY; // last y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue