diff --git a/tools/editor/create_dialog.cpp b/tools/editor/create_dialog.cpp index e906976c13c..b0cdd797986 100644 --- a/tools/editor/create_dialog.cpp +++ b/tools/editor/create_dialog.cpp @@ -326,7 +326,7 @@ Object *CreateDialog::instance_selected() { } } - print_line("NONE"); + return NULL; }