From 1805c8232cc27508eadbdf3c62e0f5c0c9c1fbd4 Mon Sep 17 00:00:00 2001 From: Timon Roemer <t.roemer@vis.rwth-aachen.de> Date: Tue, 12 Mar 2024 13:47:17 +0100 Subject: [PATCH] Fixes typo in visualizer includes --- .../IntenSelect/IntenSelectableSinglePointScoring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RWTHVRToolkit/Public/Interaction/Interactables/IntenSelect/IntenSelectableSinglePointScoring.h b/Source/RWTHVRToolkit/Public/Interaction/Interactables/IntenSelect/IntenSelectableSinglePointScoring.h index e7b53ddb..f8dc22e8 100644 --- a/Source/RWTHVRToolkit/Public/Interaction/Interactables/IntenSelect/IntenSelectableSinglePointScoring.h +++ b/Source/RWTHVRToolkit/Public/Interaction/Interactables/IntenSelect/IntenSelectableSinglePointScoring.h @@ -2,7 +2,7 @@ #include "CoreMinimal.h" #include "IntenSelectableScoring.h" -#include "IntenSelectableSinglepointScoring.generated.h" +#include "IntenSelectableSinglePointScoring.generated.h" UCLASS(ClassGroup = (Custom), meta = (BlueprintSpawnableComponent)) class RWTHVRTOOLKIT_API UIntenSelectableSinglePointScoring : public UIntenSelectableScoring -- GitLab