Skip to content

Commit

Permalink
VanillaMapRenderer: this is causing lag
Browse files Browse the repository at this point in the history
  • Loading branch information
phoshp committed Mar 23, 2019
1 parent b0dc89e commit b194e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pocketmine/maps/renderer/VanillaMapRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ public function initialize(MapData $mapData) : void{

public function onMapCreated(Player $player, MapData $mapData) : void{
// TODO: make this async
for($i = 0; $i < 64; $i++){
/*for($i = 0; $i < 64; $i++){
$this->render($mapData, $player);
}
}*/
}

/**
Expand Down

0 comments on commit b194e82

Please sign in to comment.