diff --git a/code/__HELPERS/matrices.dm b/code/__HELPERS/matrices.dm index 3623c09d43b..4b430d9c61c 100644 --- a/code/__HELPERS/matrices.dm +++ b/code/__HELPERS/matrices.dm @@ -15,6 +15,8 @@ /// /// If other operations were applied on the matrix, such as shearing, the result /// will not be precise. +/// +/// Negative scales are not supported. /matrix/proc/decompose() var/datum/decompose_matrix/decompose_matrix = new . = decompose_matrix