From 990d62e4ada9939f32a0f91c9257ba8b2f78762f Mon Sep 17 00:00:00 2001 From: Nicolas Nattis Date: Fri, 2 Oct 2020 14:37:10 -0300 Subject: [PATCH] Extra doc --- code/__HELPERS/matrices.dm | 2 ++ 1 file changed, 2 insertions(+) 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