From acdcc691198f2b1cf7ac173155cee6f754dcbaa3 Mon Sep 17 00:00:00 2001 From: Thompson Lee Date: Fri, 5 Aug 2016 01:06:15 -0400 Subject: [PATCH] Removed note about undefined behavior. No longer relevant. --- include/c3d/maths.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/c3d/maths.h b/include/c3d/maths.h index b3680b6..a935587 100644 --- a/include/c3d/maths.h +++ b/include/c3d/maths.h @@ -291,7 +291,6 @@ void Mtx_Identity(C3D_Mtx* out); /** * @brief Multiply two matrices - * @note Undefined behavior if argument, out, is passed in as either a or b. * @param[out] out Output matrix * @param[in] a Multiplicand * @param[in] b Multiplier