Cleanup EditorNode and EditorData
Co-authored-by: Eric M <itsjusteza@gmail.com>
This commit is contained in:
parent
482cdeaf71
commit
314430b868
14 changed files with 646 additions and 701 deletions
|
|
@ -194,7 +194,7 @@ void EditorPath::_notification(int p_what) {
|
|||
void EditorPath::_bind_methods() {
|
||||
}
|
||||
|
||||
EditorPath::EditorPath(EditorHistory *p_history) {
|
||||
EditorPath::EditorPath(EditorSelectionHistory *p_history) {
|
||||
history = p_history;
|
||||
|
||||
MarginContainer *main_mc = memnew(MarginContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue