From 25846675cd7dec7c53a2c42863318897dcf48cec Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Tue, 11 Jul 2023 18:14:53 +0100 Subject: [PATCH] Fix warning about plugin not referencing plugin --- ImGui.uplugin | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ImGui.uplugin b/ImGui.uplugin index 588f211..63a7f3d 100644 --- a/ImGui.uplugin +++ b/ImGui.uplugin @@ -19,5 +19,11 @@ "Type": "DeveloperTool", "LoadingPhase": "PreDefault" } + ], + "Plugins": [ + { + "Name": "EnhancedInput", + "Enabled": true + } ] } \ No newline at end of file