Merge branch 'master' into NDK
Conflicts: src/Nazara/Physics/Geom.cpp Former-commit-id: 8fd71e34dbe105890042acc55e30b64e7c457ed4
This commit is contained in:
@@ -748,7 +748,6 @@ NzMatrix4<T>& NzMatrix4<T>::Set(const T matrix[16])
|
||||
template<typename T>
|
||||
NzMatrix4<T>& NzMatrix4<T>::Set(const NzMatrix4& matrix)
|
||||
{
|
||||
// Le membre isIdentity est copié en même temps que les valeurs
|
||||
std::memcpy(this, &matrix, sizeof(NzMatrix4));
|
||||
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user