File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Size=1441,1038
56
56
Collapsed =0
57
57
58
58
[Docking] [Data]
59
- DockSpace ID =0x3BC79352 Window =0x4647B76E Pos =239,299 Size =1920,1054 Split =X Selected =0x13926F0B
59
+ DockSpace ID =0x3BC79352 Window =0x4647B76E Pos =853,537 Size =1920,1054 Split =X Selected =0x13926F0B
60
60
DockNode ID =0x00000003 Parent =0x3BC79352 SizeRef =1388,527 Split =Y Selected =0x13926F0B
61
61
DockNode ID =0x00000005 Parent =0x00000003 SizeRef =1387,772 CentralNode =1 Selected =0x13926F0B
62
62
DockNode ID =0x00000006 Parent =0x00000003 SizeRef =1387,280 Selected =0xBF096F38
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ void Input::process_viewport_input() {
78
78
if (selected_object_transform3d != nullptr ) {
79
79
rendering->last_selected_object_transform3d = selected_object_transform3d;
80
80
rendering->transform3d ->set_highlight (true );
81
- if (ImGui::IsMouseDown (ImGuiMouseButton_Left)) {
81
+ if (ImGui::IsMouseClicked (ImGuiMouseButton_Left, false )) {
82
82
if (rendering->transform3d ->type != TRANSLATION) {
83
83
glfwSetInputMode (neon_engine->window , GLFW_CURSOR, GLFW_CURSOR_DISABLED);
84
84
}
You can’t perform that action at this time.
0 commit comments