mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fixed typo
This commit is contained in:
		
							parent
							
								
									20cff0f630
								
							
						
					
					
						commit
						512677ed73
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1383,7 +1383,7 @@ bool GLCanvas3D::Selection::is_single_full_instance() const
 | 
			
		|||
        return false;
 | 
			
		||||
 | 
			
		||||
    int object_idx = m_valid ? get_object_idx() : -1;
 | 
			
		||||
    if ((object_idx < 0) || ((int)m_model->objects.size() < object_idx))
 | 
			
		||||
    if ((object_idx < 0) || ((int)m_model->objects.size() <= object_idx))
 | 
			
		||||
        return false;
 | 
			
		||||
 | 
			
		||||
    int instance_idx = (*m_volumes)[*m_list.begin()]->instance_idx();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue