mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Main::setup2 move print engine version to top
This commit is contained in:
		
							parent
							
								
									89a33d28f0
								
							
						
					
					
						commit
						772d11d340
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -1932,6 +1932,9 @@ error: | |||
| } | ||||
| 
 | ||||
| Error Main::setup2(Thread::ID p_main_tid_override) { | ||||
| 	// Print engine name and version
 | ||||
| 	print_line(String(VERSION_NAME) + " v" + get_full_version_string() + " - " + String(VERSION_WEBSITE)); | ||||
| 
 | ||||
| 	engine->startup_benchmark_begin_measure("servers"); | ||||
| 
 | ||||
| 	tsman = memnew(TextServerManager); | ||||
|  | @ -1949,9 +1952,6 @@ Error Main::setup2(Thread::ID p_main_tid_override) { | |||
| 	initialize_modules(MODULE_INITIALIZATION_LEVEL_SERVERS); | ||||
| 	NativeExtensionManager::get_singleton()->initialize_extensions(NativeExtension::INITIALIZATION_LEVEL_SERVERS); | ||||
| 
 | ||||
| 	// Print engine name and version
 | ||||
| 	print_line(String(VERSION_NAME) + " v" + get_full_version_string() + " - " + String(VERSION_WEBSITE)); | ||||
| 
 | ||||
| 	if (p_main_tid_override) { | ||||
| 		Thread::main_thread_id = p_main_tid_override; | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 dzil123
						dzil123