Update RigidbodyPhantomPhysicsComponent.h (#1213)

This commit is contained in:
David Markowitz 2023-10-08 13:58:47 -07:00 committed by GitHub
parent b33e9935f5
commit 74cc4176e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;