mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
...
This commit is contained in:
parent
fbaa125d0c
commit
da62eb9f33
@ -90,7 +90,7 @@ class LightPopulationTask extends AsyncTask{
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \Closure
|
* @var \Closure
|
||||||
* @phpstan-var \Closure(array<int, LightArray> $blockLight, array<int, LightArray> $skyLight, array<int, int> $heightMap>) : void
|
* @phpstan-var \Closure(array<int, LightArray> $blockLight, array<int, LightArray> $skyLight, array<int, int> $heightMap) : void
|
||||||
*/
|
*/
|
||||||
$callback = $this->fetchLocal(self::TLS_KEY_COMPLETION_CALLBACK);
|
$callback = $this->fetchLocal(self::TLS_KEY_COMPLETION_CALLBACK);
|
||||||
$callback($blockLightArrays, $skyLightArrays, $heightMapArray);
|
$callback($blockLightArrays, $skyLightArrays, $heightMapArray);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user