mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	fix minor clang error
This commit is contained in:
		
							parent
							
								
									70df449d0a
								
							
						
					
					
						commit
						f5110340e6
					
				@ -46,7 +46,7 @@ public:
 | 
				
			|||||||
                angle += TAU;
 | 
					                angle += TAU;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        } else if ((angle >= bottom_limit && angle < to_angle) ||
 | 
					        } else if ((angle >= bottom_limit && angle < to_angle) ||
 | 
				
			||||||
                    (angle - TAU >= bottom_limit && angle - TAU < to_angle)) {
 | 
					                   (angle - TAU >= bottom_limit && angle - TAU < to_angle)) {
 | 
				
			||||||
            angle += modifier_angle;
 | 
					            angle += modifier_angle;
 | 
				
			||||||
            if (angle >= TAU) {
 | 
					            if (angle >= TAU) {
 | 
				
			||||||
                angle -= TAU;
 | 
					                angle -= TAU;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user