diff --git a/include/Nazara/Math/Matrix4.inl b/include/Nazara/Math/Matrix4.inl index 97a1b92ee..75d9fcbc4 100644 --- a/include/Nazara/Math/Matrix4.inl +++ b/include/Nazara/Math/Matrix4.inl @@ -322,10 +322,7 @@ bool NzMatrix4::GetInverse(NzMatrix4* dest) const return true; } else - { - NazaraError("Matrix has no inverse"); return false; - } } template @@ -421,10 +418,7 @@ bool NzMatrix4::GetInverseAffine(NzMatrix4* dest) const return true; } else - { - NazaraError("Matrix has no inverse"); return false; - } } template