Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjaltesorgenfrei committed Jan 29, 2024
1 parent f8b7fbc commit e01c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/Physics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PhysicsWorld {
std::vector<uint32_t>& indices, glm::vec3 position = glm::vec3(0), glm::vec3 scale = glm::vec3(1.f),
MotionType motionType = MotionType::Static);

void upsertCarFromSettings(entt::registry& registry,
void createCarFromSettings(entt::registry& registry,
entt::entity entity); // A PhysicsBody should exist before on entity

void rayPick(glm::vec3 origin, glm::vec3 direction, float maxDistance,
Expand Down

0 comments on commit e01c8c2

Please sign in to comment.