mirror of
				https://github.com/hedge-dev/XenosRecomp.git
				synced 2025-10-30 07:12:17 +00:00 
			
		
		
		
	Fix matrix multiplication ordering
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
		
							parent
							
								
									c11a6f28b5
								
							
						
					
					
						commit
						5d3ed8016c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -178,7 +178,7 @@ float rcp(T a) | |||
| template<typename T> | ||||
| float4x4 mul(T a, T b) | ||||
| { | ||||
|     return a * b; | ||||
|     return b * a; | ||||
| } | ||||
| #endif | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Isaac Marovitz
						Isaac Marovitz