Skip to content

Commit

Permalink
Update RigidbodyPhantomPhysicsComponent.h (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC authored Oct 8, 2023
1 parent b33e993 commit 74cc417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dGame/dComponents/RigidbodyPhantomPhysicsComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class RigidbodyPhantomPhysicsComponent : public Component {
public:
static const eReplicaComponentType ComponentType = eReplicaComponentType::PHANTOM_PHYSICS;
static const eReplicaComponentType ComponentType = eReplicaComponentType::RIGID_BODY_PHANTOM_PHYSICS;

RigidbodyPhantomPhysicsComponent(Entity* parent);
~RigidbodyPhantomPhysicsComponent() override;
Expand Down

0 comments on commit 74cc417

Please sign in to comment.