Skip to content

Commit

Permalink
FORMAT-AUTO: automatic format on pull request #32
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 30, 2023
1 parent 621e449 commit ce8cde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ECS/Systems/Systems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace Systems {
Registry::components<Types::CollisionRect> arrCollisionRect =
Registry::getInstance().getComponents<Types::CollisionRect>();

std::size_t id = *itIds;
std::size_t id = *itIds;
Types::Position entityPos = arrPosition[id];
Types::CollisionRect entityColl = arrCollisionRect[id];

Expand Down

0 comments on commit ce8cde1

Please sign in to comment.