Skip to content

Commit

Permalink
fix(engine): remove log include
Browse files Browse the repository at this point in the history
  • Loading branch information
luishfonseca committed Jun 18, 2023
1 parent 12d2d6d commit 6de8c3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/src/cubos/engine/collisions/broad_phase.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "broad_phase.hpp"

#include <cubos/core/log.hpp>

using CollisionType = BroadPhaseCollisions::CollisionType;

void updateBoxAABBs(Query<Read<LocalToWorld>, Read<BoxCollider>, Write<ColliderAABB>> query)
Expand Down

0 comments on commit 6de8c3c

Please sign in to comment.