mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Matrix/vector refactor (#426)
This commit is contained in:

committed by
GitHub

parent
eac096036a
commit
d24f5db42f
@@ -12,7 +12,7 @@ void* LightImpl::ImplementationDataPtr()
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100a3780
|
||||
Result LightImpl::SetTransformation(const FloatMatrix4& matrix)
|
||||
Result LightImpl::SetTransformation(FloatMatrix4& matrix)
|
||||
{
|
||||
D3DRMMATRIX4D helper;
|
||||
D3DRMMATRIX4D* d3dMatrix = Translate(matrix, helper);
|
||||
|
Reference in New Issue
Block a user