mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Eliminate some igl warnings on msvc
This commit is contained in:
		
							parent
							
								
									44d7462bdb
								
							
						
					
					
						commit
						76b1fbc5bf
					
				
					 2 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -386,7 +386,7 @@ static inline std::vector<Vec2f> poisson_disk_from_samples(const std::vector<Vec
 | 
			
		|||
            } else {
 | 
			
		||||
                // This is a new cell.
 | 
			
		||||
                PoissonDiskGridEntry data;
 | 
			
		||||
                data.first_sample_idx = i;
 | 
			
		||||
                data.first_sample_idx = int(i);
 | 
			
		||||
                data.sample_cnt       = 1;
 | 
			
		||||
                auto result     = cells.insert({sample.cell_id, data});
 | 
			
		||||
                last_cell_id    = sample.cell_id;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue