Skip to content

Commit 931010e

Browse files
ImGuizmo Header Position Fix
1 parent c9f759a commit 931010e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tetragrama/Components/DockspaceUIComponent.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include <ImGuizmo.h>
21
#include <Tetragrama/Components/DockspaceUIComponent.h>
32
#include <Tetragrama/Editor.h>
43
#include <Tetragrama/Helpers/UIComponentDrawerHelper.h>
@@ -8,6 +7,8 @@
87
#include <Tetragrama/Messengers/Messenger.h>
98
#include <ZEngine/Logging/LoggerDefinition.h>
109
#include <fmt/format.h>
10+
#include <imgui.h>
11+
#include <ImGuizmo.h>
1112

1213
namespace fs = std::filesystem;
1314

0 commit comments

Comments
 (0)