mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	vector_math: remove dead template parameter
This commit is contained in:
		
							parent
							
								
									efc655aec0
								
							
						
					
					
						commit
						fe44e843fe
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -461,7 +461,7 @@ public: | ||||||
|         z -= other.z; |         z -= other.z; | ||||||
|         w -= other.w; |         w -= other.w; | ||||||
|     } |     } | ||||||
|     template <typename Q = T> | 
 | ||||||
|     Vec4<decltype(-T{})> operator-() const { |     Vec4<decltype(-T{})> operator-() const { | ||||||
|         return MakeVec(-x, -y, -z, -w); |         return MakeVec(-x, -y, -z, -w); | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue