git
This commit is contained in:
parent
bb5ae58b06
commit
5e8473f27f
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1,4 +0,0 @@
|
||||
ReleaseBuilds/** filter=lfs diff=lfs merge=lfs -text
|
||||
Images/** filter=lfs diff=lfs merge=lfs -text
|
||||
Fonts/** filter=lfs diff=lfs merge=lfs -text
|
||||
Audio/** filter=lfs diff=lfs merge=lfs -text
|
1
Audio/.gitattributes
vendored
Normal file
1
Audio/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
./** filter=lfs diff=lfs merge=lfs -text
|
1
Fonts/.gitattributes
vendored
Normal file
1
Fonts/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
./** filter=lfs diff=lfs merge=lfs -text
|
1
Images/.gitattributes
vendored
Normal file
1
Images/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
./** filter=lfs diff=lfs merge=lfs -text
|
0
.gitignore → Models/.gitignore
vendored
0
.gitignore → Models/.gitignore
vendored
1
ReleaseBuilds/.gitattributes
vendored
Normal file
1
ReleaseBuilds/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
./** filter=lfs diff=lfs merge=lfs -text
|
@ -29,7 +29,7 @@ void ACustomPlayerController::BeginPlay()
|
||||
{
|
||||
instance = this;
|
||||
|
||||
subsystem = ULocalPlayer::GetSubsystem<UEnhancedInputLocalPlayerSubsystem>(instance->GetLocalPlayer());
|
||||
subsystem = ULocalPlayer::GetSubsystem<UEnhancedInputLocalPlayerSubsystem>(GetLocalPlayer());
|
||||
if(subsystem)
|
||||
{
|
||||
subsystem->ClearAllMappings();
|
||||
|
Loading…
Reference in New Issue
Block a user