mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fixed typo in GLGizmoPainterBase::get_projected_mouse_positions() after 7bb38840e1.
				
					
				
			This commit is contained in:
		
							parent
							
								
									c3f144c7ea
								
							
						
					
					
						commit
						3fd7a5a4b1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -245,7 +245,7 @@ std::vector<std::vector<GLGizmoPainterBase::ProjectedMousePosition>> GLGizmoPain
 | 
			
		|||
 | 
			
		||||
    const Camera                       &camera = wxGetApp().plater()->get_camera();
 | 
			
		||||
    std::vector<ProjectedMousePosition> mesh_hit_points;
 | 
			
		||||
    mesh_hit_points.reserve(mouse_position.size());
 | 
			
		||||
    mesh_hit_points.reserve(mouse_positions.size());
 | 
			
		||||
 | 
			
		||||
    // In mesh_hit_points only the last item could have mesh_id == -1, any other items mustn't.
 | 
			
		||||
    for (const Vec2d &mp : mouse_positions) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue