1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Click the inspected objet name to see all subresources.

This commit is contained in:
Juan Linietsky
2016-09-17 19:01:11 -03:00
parent 0e962311be
commit 8b15b26eed
5 changed files with 127 additions and 4 deletions

View File

@@ -1027,6 +1027,10 @@ Error Main::setup2() {
ObjectTypeDB::set_current_api(ObjectTypeDB::API_NONE); //no more api is registered at this point
if (OS::get_singleton()->is_stdout_verbose()) {
print_line("CORE API HASH: "+itos(ObjectTypeDB::get_api_hash(ObjectTypeDB::API_CORE)));
print_line("EDITOR API HASH: "+itos(ObjectTypeDB::get_api_hash(ObjectTypeDB::API_EDITOR)));
}
MAIN_PRINT("Main: Done");
return OK;