Bugfix Game Mode Not Correctly Being Set On Dialogue End
This commit is contained in:
parent
ac04c62f7d
commit
ccade9dfa1
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/CinematicFrmaes/TimothyEliminatedSequence1.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/CinematicFrmaes/TimothyEliminatedSequence1.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/CinematicFrmaes/TimothyEliminatedSequence2.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/CinematicFrmaes/TimothyEliminatedSequence2.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/CinematicFrmaes/TimothyEliminatedSequence3.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/BountySystem/ApartmentBounty/CinematicFrmaes/TimothyEliminatedSequence3.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/Dialogue/Testing/BP_Mayor.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/Dialogue/Testing/BP_Mayor.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/Dialogue/Testing/mccreescetchfab.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Content/Dialogue/Testing/mccreescetchfab.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Content/MainMenu/Music/Menu_maybe_1.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/MainMenu/Music/Menu_maybe_1.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/MainMenu/Music/Menu_maybe_2.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/MainMenu/Music/Menu_maybe_2.uasset
(Stored with Git LFS)
Binary file not shown.
@ -116,7 +116,7 @@ void UAC_PlayerDialogueInterpreter::EndDialogue()
|
|||||||
|
|
||||||
if (APlayerController* PlayerController = GetWorld()->GetFirstPlayerController())
|
if (APlayerController* PlayerController = GetWorld()->GetFirstPlayerController())
|
||||||
{
|
{
|
||||||
const FInputModeGameAndUI InputModeData;
|
const FInputModeGameOnly InputModeData;
|
||||||
PlayerController->SetInputMode(InputModeData);
|
PlayerController->SetInputMode(InputModeData);
|
||||||
PlayerController->bShowMouseCursor = false;
|
PlayerController->bShowMouseCursor = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user