simulate-chunk-selector: remove unused colour allocation

This commit is contained in:
Dylan K. Taylor 2021-12-08 20:04:03 +00:00
parent 2254f31bec
commit 7a385ddc8b
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -153,6 +153,5 @@ if($outputDirectory === null){
}
$image = newImage($scale, $radius);
$black = Utils::assumeNotFalse(imagecolorallocate($image, 0, 0, 0));
$green = Utils::assumeNotFalse(imagecolorallocate($image, 0, 220, 0));
render($radius, $baseX, $baseZ, $nChunksPerStep, $scale, $image, $green, 0, 0, $outputDirectory);