wtf is this shitbox code

This commit is contained in:
Dylan K. Taylor 2022-04-28 14:57:57 +01:00
parent 2f03af51dd
commit 159392e738
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -37,7 +37,7 @@ abstract class BiomeSelector{
* @var Biome[]|\SplFixedArray
* @phpstan-var \SplFixedArray<Biome>
*/
private \SplFixedArray $map = null;
private \SplFixedArray $map;
public function __construct(Random $random){
$this->temperature = new Simplex($random, 2, 1 / 16, 1 / 512);