Math/Matrix: Removed deprecated comment
Former-commit-id: f29b0b453b1313e991f783e8e3be183faa29d8bd
This commit is contained in:
parent
1fff550c06
commit
55b94f2bbf
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue