From faba346d00d5671dbc91214ddb5937651f587455 Mon Sep 17 00:00:00 2001 From: 997146918 <997146918@qq.com> Date: Mon, 8 Sep 2025 16:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E4=B8=8A=E4=B8=8B=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E9=BC=A0=E6=A0=87=20=E8=BD=AC=E5=8A=A8=E8=A7=86?= =?UTF-8?q?=E8=A7=92=E7=9A=84=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectFish/Source/ProjectFish/Gameplay/Ship/Shipbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectFish/Source/ProjectFish/Gameplay/Ship/Shipbase.cpp b/ProjectFish/Source/ProjectFish/Gameplay/Ship/Shipbase.cpp index 53ae3d6..2eefc06 100644 --- a/ProjectFish/Source/ProjectFish/Gameplay/Ship/Shipbase.cpp +++ b/ProjectFish/Source/ProjectFish/Gameplay/Ship/Shipbase.cpp @@ -103,7 +103,7 @@ void AShipbase::SetupPlayerInputComponent(UInputComponent* PlayerInputComponent) EnhancedInputComponent->BindAction(MoveAction, ETriggerEvent::Triggered, this, &AShipbase::Move); // Looking - EnhancedInputComponent->BindAction(LookAction, ETriggerEvent::Triggered, this, &AShipbase::Look); + //EnhancedInputComponent->BindAction(LookAction, ETriggerEvent::Triggered, this, &AShipbase::Look); } else {