Math/Matrix: Removed deprecated comment

Former-commit-id: f29b0b453b1313e991f783e8e3be183faa29d8bd
This commit is contained in:
Lynix 2015-05-06 23:33:07 +02:00
parent 1fff550c06
commit 55b94f2bbf
1 changed files with 0 additions and 1 deletions

View File

@ -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;