mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	Merge pull request #4519 from lioncash/semi
maxwell_3d: Resolve -Wextra-semi warning
This commit is contained in:
		| @@ -647,7 +647,7 @@ public: | |||||||
|                     GetX() + GetWidth(),  // right |                     GetX() + GetWidth(),  // right | ||||||
|                     GetY()                // bottom |                     GetY()                // bottom | ||||||
|                 }; |                 }; | ||||||
|             }; |             } | ||||||
|  |  | ||||||
|             f32 GetX() const { |             f32 GetX() const { | ||||||
|                 return std::max(0.0f, translate_x - std::fabs(scale_x)); |                 return std::max(0.0f, translate_x - std::fabs(scale_x)); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 bunnei
					bunnei