continuing to try to fix

This commit is contained in:
2025-11-20 22:33:43 -05:00
parent 2d860b2a53
commit 84f62de157
7 changed files with 11 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ public:
virtual ~ADDICharacter();
virtual float TakeDamage(float DamageAmount, struct FDamageEvent const& DamageEvent, class AController* EventInstigator, AActor* DamageCauser) override;
USkeletalMeshComponent* GetFirstPersonMesh() const { return FirstPersonMesh; };
// USkeletalMeshComponent* GetFirstPersonMesh() const { return FirstPersonMesh; };
UCameraComponent* GetFirstPersonCameraComponent() const {return FirstPersonCamera; };