mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	common/math_util: Remove unnecessary static from PI
const/constexpr variables have internal linkage by default.
This commit is contained in:
		
							parent
							
								
									2787d1230b
								
							
						
					
					
						commit
						bf8f7f0ab6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -9,7 +9,7 @@ | |||
| 
 | ||||
| namespace MathUtil { | ||||
| 
 | ||||
| static constexpr float PI = 3.14159265f; | ||||
| constexpr float PI = 3.14159265f; | ||||
| 
 | ||||
| template <class T> | ||||
| struct Rectangle { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue