Removed note about undefined behavior. No longer relevant.

This commit is contained in:
Thompson Lee 2016-08-05 01:06:15 -04:00
parent a355fdf0bd
commit acdcc69119

View File

@ -291,7 +291,6 @@ void Mtx_Identity(C3D_Mtx* out);
/** /**
* @brief Multiply two matrices * @brief Multiply two matrices
* @note Undefined behavior if argument, out, is passed in as either a or b.
* @param[out] out Output matrix * @param[out] out Output matrix
* @param[in] a Multiplicand * @param[in] a Multiplicand
* @param[in] b Multiplier * @param[in] b Multiplier