mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	Renamed fixed_process to physics_process
This commit is contained in:
		
							parent
							
								
									4f39ce32b9
								
							
						
					
					
						commit
						4537977d6d
					
				
					 75 changed files with 296 additions and 296 deletions
				
			
		|  | @ -1850,7 +1850,7 @@ void SpatialEditorViewport::_notification(int p_what) { | |||
| 				last_message = message; | ||||
| 			} | ||||
| 
 | ||||
| 			message_time -= get_fixed_process_delta_time(); | ||||
| 			message_time -= get_physics_process_delta_time(); | ||||
| 			if (message_time < 0) | ||||
| 				surface->update(); | ||||
| 		} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AndreaCatania
						AndreaCatania