From 30af5e81db3981ae0e98fe2c6bffc0606074aef2 Mon Sep 17 00:00:00 2001 From: volzhs Date: Sun, 19 Nov 2017 23:45:16 +0900 Subject: [PATCH] Restore post_import function --- editor/editor_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 27f967cce78..9fd622aa33b 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -3273,7 +3273,7 @@ void EditorNode::register_editor_types() { ClassDB::register_class(); // FIXME: Is this stuff obsolete, or should it be ported to new APIs? - //ClassDB::register_class(); + ClassDB::register_class(); //ClassDB::register_type(); }