You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
-New inspector.
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
This commit is contained in:
@@ -198,7 +198,7 @@ void MeshLibraryEditor::_menu_cbk(int p_option) {
|
||||
} break;
|
||||
case MENU_OPTION_REMOVE_ITEM: {
|
||||
|
||||
String p = editor->get_property_editor()->get_selected_path();
|
||||
String p = editor->get_inspector()->get_selected_path();
|
||||
if (p.begins_with("/MeshLibrary/item") && p.get_slice_count("/") >= 3) {
|
||||
|
||||
to_erase = p.get_slice("/", 3).to_int();
|
||||
|
||||
Reference in New Issue
Block a user