Code & git cleanup #6

Merged
oleg.petruny merged 15 commits from Documentation into master 2024-12-15 13:32:54 +00:00
7 changed files with 5 additions and 5 deletions
Showing only changes of commit 5e8473f27f - Show all commits

4
.gitattributes vendored
View File

@ -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
View File

@ -0,0 +1 @@
./** filter=lfs diff=lfs merge=lfs -text

1
Fonts/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
./** filter=lfs diff=lfs merge=lfs -text

1
Images/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
./** filter=lfs diff=lfs merge=lfs -text

View File

1
ReleaseBuilds/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
./** filter=lfs diff=lfs merge=lfs -text

View File

@ -29,7 +29,7 @@ void ACustomPlayerController::BeginPlay()
{
instance = this;
subsystem = ULocalPlayer::GetSubsystem<UEnhancedInputLocalPlayerSubsystem>(instance->GetLocalPlayer());
subsystem = ULocalPlayer::GetSubsystem<UEnhancedInputLocalPlayerSubsystem>(GetLocalPlayer());
if(subsystem)
{
subsystem->ClearAllMappings();