Bugfix Main Menu Setting Drop Downs Not Working

This commit is contained in:
Philip W 2023-05-21 20:03:16 +01:00
parent b461f2e9c1
commit 2157a3f264
3 changed files with 3 additions and 8 deletions

Binary file not shown.

BIN
Content/Levels/Build.umap (Stored with Git LFS)

Binary file not shown.

View File

@ -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()