This commit is contained in:
Shoghi Cervantes
2014-08-24 15:55:52 +02:00
parent 214dcef1ea
commit f0f9bccb4b
3 changed files with 5 additions and 4 deletions

View File

@ -117,7 +117,7 @@ abstract class Tile extends Position{
if(($level = $this->getLevel()) instanceof Level){
$level->removeTile($this);
}
unset($this->level);
$this->level = null;
}
}