You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix C4072 warnings
#rnx [CL 29852844 by marc audy in ue5-main branch]
This commit is contained in:
@@ -97,8 +97,10 @@ inline UE::Math::TMatrix<T> Transpose(const FMatrix44d& Transform)
|
||||
{
|
||||
return Transform.GetTransposed();
|
||||
}
|
||||
|
||||
return UE::Math::TMatrix<T>(Transform).GetTransposed();
|
||||
else
|
||||
{
|
||||
return UE::Math::TMatrix<T>(Transform).GetTransposed();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user