From 55b94f2bbff65a06bfeca96efcde3edff52f869a Mon Sep 17 00:00:00 2001 From: Lynix Date: Wed, 6 May 2015 23:33:07 +0200 Subject: [PATCH] Math/Matrix: Removed deprecated comment Former-commit-id: f29b0b453b1313e991f783e8e3be183faa29d8bd --- include/Nazara/Math/Matrix4.inl | 1 - 1 file changed, 1 deletion(-) diff --git a/include/Nazara/Math/Matrix4.inl b/include/Nazara/Math/Matrix4.inl index d689879d0..e3d172c32 100644 --- a/include/Nazara/Math/Matrix4.inl +++ b/include/Nazara/Math/Matrix4.inl @@ -748,7 +748,6 @@ NzMatrix4& NzMatrix4::Set(const T matrix[16]) template NzMatrix4& NzMatrix4::Set(const NzMatrix4& matrix) { - // Le membre isIdentity est copié en même temps que les valeurs std::memcpy(this, &matrix, sizeof(NzMatrix4)); return *this;