Skip to content

Commit

Permalink
useless comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvergar committed Dec 13, 2018
1 parent 35d3edc commit e8355a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions osis/EntityManager.hx
Original file line number Diff line number Diff line change
Expand Up @@ -493,12 +493,7 @@ class EntityManager
_removeComponentInstance(entity, component);

if(net.entities.get(entity.id) == entity)
{
trace("NETWORKED ENTITY DESTROYED");
net.entities.remove(entity.id);
}

trace("ENTITY DESTROYED");
}

public function addComponent<T:Component>(entity:Entity, component:T):T
Expand Down

0 comments on commit e8355a8

Please sign in to comment.