mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	vector_math: remove dead template parameter
This commit is contained in:
		
							parent
							
								
									efc655aec0
								
							
						
					
					
						commit
						fe44e843fe
					
				@ -461,7 +461,7 @@ public:
 | 
			
		||||
        z -= other.z;
 | 
			
		||||
        w -= other.w;
 | 
			
		||||
    }
 | 
			
		||||
    template <typename Q = T>
 | 
			
		||||
 | 
			
		||||
    Vec4<decltype(-T{})> operator-() const {
 | 
			
		||||
        return MakeVec(-x, -y, -z, -w);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user