mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Added shortcut to open resource in component widgets
This commit is contained in:
@@ -305,7 +305,7 @@ void PrefabEditorWindow::Draw()
|
||||
}
|
||||
ImGui::End();
|
||||
|
||||
SelectionPanel.Draw(Selection, prefab->Path);
|
||||
SelectionPanel->Draw(Selection, prefab->Path);
|
||||
|
||||
DrawViewportWindow();
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ private:
|
||||
bool isRenaming;
|
||||
bool isInitialized = false;
|
||||
|
||||
EditorSelectionPanel SelectionPanel;
|
||||
EditorSelectionPanel* SelectionPanel;
|
||||
EditorSelection Selection;
|
||||
Nuake::Entity QueueDeletion;
|
||||
ImGuizmo::OPERATION CurrentOperation = ImGuizmo::TRANSLATE;
|
||||
|
||||
Reference in New Issue
Block a user