We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b7fbc commit e01c8c2Copy full SHA for e01c8c2
src/engine/Physics.hpp
@@ -46,7 +46,7 @@ class PhysicsWorld {
46
std::vector<uint32_t>& indices, glm::vec3 position = glm::vec3(0), glm::vec3 scale = glm::vec3(1.f),
47
MotionType motionType = MotionType::Static);
48
49
- void upsertCarFromSettings(entt::registry& registry,
+ void createCarFromSettings(entt::registry& registry,
50
entt::entity entity); // A PhysicsBody should exist before on entity
51
52
void rayPick(glm::vec3 origin, glm::vec3 direction, float maxDistance,
0 commit comments