Fix warning on windows
This commit is contained in:
		
							parent
							
								
									db36332307
								
							
						
					
					
						commit
						5f17469dc2
					
				| 
						 | 
					@ -250,10 +250,10 @@ struct WgpuState {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
impl WgpuState {
 | 
					impl WgpuState {
 | 
				
			||||||
    fn new() -> Self {
 | 
					    fn new() -> Self {
 | 
				
			||||||
 | 
					        #[allow(unused_variables)]
 | 
				
			||||||
        let egui_wgpu::WgpuConfiguration {
 | 
					        let egui_wgpu::WgpuConfiguration {
 | 
				
			||||||
            wgpu_setup:
 | 
					            wgpu_setup:
 | 
				
			||||||
                egui_wgpu::WgpuSetup::CreateNew {
 | 
					                egui_wgpu::WgpuSetup::CreateNew {
 | 
				
			||||||
                    #[allow(unused)]
 | 
					 | 
				
			||||||
                    supported_backends,
 | 
					                    supported_backends,
 | 
				
			||||||
                    device_descriptor,
 | 
					                    device_descriptor,
 | 
				
			||||||
                    ..
 | 
					                    ..
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue