diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index ad623c1..0000000 --- a/.gitattributes +++ /dev/null @@ -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 diff --git a/Audio/.gitattributes b/Audio/.gitattributes new file mode 100644 index 0000000..521c7e3 --- /dev/null +++ b/Audio/.gitattributes @@ -0,0 +1 @@ +./** filter=lfs diff=lfs merge=lfs -text diff --git a/Fonts/.gitattributes b/Fonts/.gitattributes new file mode 100644 index 0000000..521c7e3 --- /dev/null +++ b/Fonts/.gitattributes @@ -0,0 +1 @@ +./** filter=lfs diff=lfs merge=lfs -text diff --git a/Images/.gitattributes b/Images/.gitattributes new file mode 100644 index 0000000..521c7e3 --- /dev/null +++ b/Images/.gitattributes @@ -0,0 +1 @@ +./** filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/Models/.gitignore similarity index 100% rename from .gitignore rename to Models/.gitignore diff --git a/ReleaseBuilds/.gitattributes b/ReleaseBuilds/.gitattributes new file mode 100644 index 0000000..521c7e3 --- /dev/null +++ b/ReleaseBuilds/.gitattributes @@ -0,0 +1 @@ +./** filter=lfs diff=lfs merge=lfs -text diff --git a/UnrealProject/Lost_Edge/Source/Lost_Edge/Private/CustomPlayerController.cpp b/UnrealProject/Lost_Edge/Source/Lost_Edge/Private/CustomPlayerController.cpp index dcf8e09..3a292c3 100644 --- a/UnrealProject/Lost_Edge/Source/Lost_Edge/Private/CustomPlayerController.cpp +++ b/UnrealProject/Lost_Edge/Source/Lost_Edge/Private/CustomPlayerController.cpp @@ -29,7 +29,7 @@ void ACustomPlayerController::BeginPlay() { instance = this; - subsystem = ULocalPlayer::GetSubsystem(instance->GetLocalPlayer()); + subsystem = ULocalPlayer::GetSubsystem(GetLocalPlayer()); if(subsystem) { subsystem->ClearAllMappings();