Tick entities on Level, show correct timing reports

This commit is contained in:
Shoghi Cervantes
2014-09-01 01:56:13 +02:00
parent 9b7a94b5ee
commit 705e4da789
4 changed files with 29 additions and 26 deletions

View File

@ -100,6 +100,7 @@ abstract class Tile extends Position{
}
public final function scheduleUpdate(){
//TODO!
Tile::$needUpdate[$this->id] = $this;
}