You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Revert "Replace many uses of is_class with derives_from."
This reverts commit 78b743cf4a.
This commit is contained in:
@@ -311,7 +311,7 @@ void MeshLibraryEditorPlugin::edit(Object *p_node) {
|
||||
}
|
||||
|
||||
bool MeshLibraryEditorPlugin::handles(Object *p_node) const {
|
||||
return p_node->derives_from<MeshLibrary>();
|
||||
return p_node->is_class("MeshLibrary");
|
||||
}
|
||||
|
||||
void MeshLibraryEditorPlugin::make_visible(bool p_visible) {
|
||||
|
||||
Reference in New Issue
Block a user