diff --git a/Content/Blueprints/MainMenu/WBP_MainMenu.uasset b/Content/Blueprints/MainMenu/WBP_MainMenu.uasset index a3a11b1..9b4c55f 100644 --- a/Content/Blueprints/MainMenu/WBP_MainMenu.uasset +++ b/Content/Blueprints/MainMenu/WBP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59122ef6fee197f56d92e3146fab4c25b12356698403071ae6df4c62fb69c41d -size 266464 +oid sha256:b2df7a88b6a936db115e8d1cbcf8e629269203fdb999cf63215b28f67cfaa93f +size 266838 diff --git a/Content/Levels/Build.umap b/Content/Levels/Build.umap index 0e50186..2cd3f7c 100644 --- a/Content/Levels/Build.umap +++ b/Content/Levels/Build.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6591948284c14e70c18f5676777c1e9c9ca389413e49fbb80ddea5b81d26262 +oid sha256:60837bc01c799ce1991edf6ebe22a1bd43d8a6dd0ebf4824eea923c8c27d218c size 5326603 diff --git a/Source/the_twilight_abyss/MerchantInteraction/Interaction.cpp b/Source/the_twilight_abyss/MerchantInteraction/Interaction.cpp index f743fa6..4e599e5 100644 --- a/Source/the_twilight_abyss/MerchantInteraction/Interaction.cpp +++ b/Source/the_twilight_abyss/MerchantInteraction/Interaction.cpp @@ -3,11 +3,7 @@ #include "Interaction.h" -#include "NetworkMessage.h" -#include "Chaos/BoundingVolumeUtilities.h" -#include "Components/Button.h" #include "GameFramework/Character.h" -#include "Components/WidgetComponent.h" #include "Kismet/KismetMathLibrary.h" #include "the_twilight_abyss/PlayerTemp/TempCharacter.h" #include "the_twilight_abyss/Quest/QuestSystem.h" @@ -82,7 +78,6 @@ void AInteraction::OnInteract() // //handles the widget disappearing from the viewport // FTimerHandle WidgetTimer; // GetWorldTimerManager().SetTimer(WidgetTimer, this, &AInteraction::RemoveWidget, WaitTimer, false); - } void AInteraction::RemoveWidget()