From 5b8dbf8d9480a7001b1a4a9b27bf62153a74bf90 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Tue, 18 Jul 2023 03:28:06 +0000 Subject: [PATCH] Removed tabs --- Editor/src/ComponentsPanel/ScriptPanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/src/ComponentsPanel/ScriptPanel.h b/Editor/src/ComponentsPanel/ScriptPanel.h index 00f4988e..2a51065d 100644 --- a/Editor/src/ComponentsPanel/ScriptPanel.h +++ b/Editor/src/ComponentsPanel/ScriptPanel.h @@ -27,7 +27,7 @@ public: if (const ImGuiPayload* payload = ImGui::AcceptDragDropPayload("_Script")) { char* file = (char*)payload->Data; - + std::string fullPath = std::string(file, 512); path = Nuake::FileSystem::AbsoluteToRelative(std::move(fullPath));