Removed var_dump()!

This commit is contained in:
Shoghi Cervantes Pueyo 2013-01-28 20:30:31 +01:00
parent db9625b52f
commit f8179f0f7c

View File

@ -247,8 +247,7 @@ class Entity extends stdClass{
if(isset(Material::$transparent[$b[0]])){
$this->speedY -= 0.32;
}elseif($this->speedY < 0){
var_dump($this->speedY);
$this->y = $y + 1.19;
$this->y = $y + 1;
$this->speedY = 0;
}
}