removed debug draw call for player physics
This commit is contained in:
parent
2f830ce308
commit
8a5041333f
|
@ -43,7 +43,6 @@ static
|
|||
void draw() {
|
||||
level_draw(level);
|
||||
sprite_entity_draw(Player_as_SpriteEntity(player));
|
||||
physics_entity_debug_draw(Player_as_PhysicsEntity(player));
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
|
Loading…
Reference in a new issue