Skip to content

Commit

Permalink
apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
auto code formatter authored and luishfonseca committed Jun 18, 2023
1 parent ead60ca commit bee18d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion engine/include/cubos/engine/collisions/aabb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ namespace cubos::engine
};
} // namespace cubos::engine


namespace cubos::core::data
{
/// Serializes an AABB.
Expand Down
2 changes: 1 addition & 1 deletion engine/src/cubos/engine/collisions/broad_phase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void findPairs(Query<OptRead<BoxCollider>, OptRead<CapsuleCollider>, OptRead<Pla
Write<BroadPhaseCollisions> collisions)
{
collisions->clearCandidates();

for (glm::length_t axis = 0; axis < 3; axis++)
{
for (auto& [entity, overlaps] : collisions->sweepOverlapMaps[axis])
Expand Down

0 comments on commit bee18d2

Please sign in to comment.