mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	PoolVector is gone, replaced by Vector
Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are sugar for `Vector<Type>`.
This commit is contained in:
		
							parent
							
								
									fb8c93c10b
								
							
						
					
					
						commit
						3205a92ad8
					
				
					 406 changed files with 5314 additions and 8271 deletions
				
			
		| 
						 | 
				
			
			@ -5181,8 +5181,8 @@ void SpatialEditor::_update_gizmos_menu_theme() {
 | 
			
		|||
 | 
			
		||||
void SpatialEditor::_init_grid() {
 | 
			
		||||
 | 
			
		||||
	PoolVector<Color> grid_colors[3];
 | 
			
		||||
	PoolVector<Vector3> grid_points[3];
 | 
			
		||||
	Vector<Color> grid_colors[3];
 | 
			
		||||
	Vector<Vector3> grid_points[3];
 | 
			
		||||
 | 
			
		||||
	Color primary_grid_color = EditorSettings::get_singleton()->get("editors/3d/primary_grid_color");
 | 
			
		||||
	Color secondary_grid_color = EditorSettings::get_singleton()->get("editors/3d/secondary_grid_color");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue