mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	Merge pull request #4519 from lioncash/semi
maxwell_3d: Resolve -Wextra-semi warning
This commit is contained in:
		
						commit
						404362e1b0
					
				@ -647,7 +647,7 @@ public:
 | 
			
		||||
                    GetX() + GetWidth(),  // right
 | 
			
		||||
                    GetY()                // bottom
 | 
			
		||||
                };
 | 
			
		||||
            };
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            f32 GetX() const {
 | 
			
		||||
                return std::max(0.0f, translate_x - std::fabs(scale_x));
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user