Skip to content

Commit e01c8c2

Browse files
rename
1 parent f8b7fbc commit e01c8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/Physics.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class PhysicsWorld {
4646
std::vector<uint32_t>& indices, glm::vec3 position = glm::vec3(0), glm::vec3 scale = glm::vec3(1.f),
4747
MotionType motionType = MotionType::Static);
4848

49-
void upsertCarFromSettings(entt::registry& registry,
49+
void createCarFromSettings(entt::registry& registry,
5050
entt::entity entity); // A PhysicsBody should exist before on entity
5151

5252
void rayPick(glm::vec3 origin, glm::vec3 direction, float maxDistance,

0 commit comments

Comments
 (0)