Skip to content

Commit

Permalink
Merge branch 'main' of github.com:X-R-G-B/B-luga
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 5, 2023
1 parent 6236e42 commit 929ccea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/B-luga-physics/include/B-luga-physics/ECSSystems.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ namespace Systems {
if (Registry::getInstance().checkAllies(firstEntity, secondEntity)) {
return;
}
Logger::error("Why is it there " + std::to_string(firstEntity) + " and " + std::to_string(secondEntity));
giveDamages(firstEntity, secondEntity);
giveDamages(secondEntity, firstEntity);
}
Expand Down

0 comments on commit 929ccea

Please sign in to comment.