1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

remove the warning of instances in use at Project manager exit

This commit is contained in:
volzhs
2016-06-28 21:47:02 +09:00
parent 41a26528e4
commit e453c10ff5

View File

@@ -871,9 +871,6 @@ ProjectManager::ProjectManager() {
HBoxContainer *top_hb = memnew( HBoxContainer);
vb->add_child(top_hb);
TextureFrame *logo = memnew( TextureFrame );
logo->set_texture(theme->get_icon("LogoSmall","EditorIcons"));
//top_hb->add_child( logo );
CenterContainer *ccl = memnew( CenterContainer );
Label *l = memnew( Label );
l->set_text(_MKSTR(VERSION_NAME)+String(" - ")+TTR("Project Manager"));