Skip to content

Commit

Permalink
fix(ci): change runners to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA authored and joaomanita committed Feb 9, 2025
1 parent ba60724 commit d38632d
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 153 deletions.
2 changes: 1 addition & 1 deletion engine/include/cubos/engine/collisions/colliding_with.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace cubos::engine
{
CUBOS_REFLECT;

cubos::core::ecs::Entity entity; ///< Entity to which the normal is relative to.
cubos::core::ecs::Entity entity; ///< Entity to which the normals in the manifolds are relative to..

std::vector<ContactManifold> manifolds; ///< All contact interfaces between the entities
};
Expand Down
Loading

0 comments on commit d38632d

Please sign in to comment.