From 8db8a0cfc100872fcb1a18d60d53d4d65ca827f2 Mon Sep 17 00:00:00 2001 From: jonschz Date: Sun, 13 Jul 2025 12:46:14 +0200 Subject: [PATCH] Document entropy build result --- LEGO1/realtime/matrix4d.inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/realtime/matrix4d.inl.h b/LEGO1/realtime/matrix4d.inl.h index b99d82b3..f3f61ff3 100644 --- a/LEGO1/realtime/matrix4d.inl.h +++ b/LEGO1/realtime/matrix4d.inl.h @@ -356,7 +356,7 @@ int Matrix4::Invert(Matrix4& p_mat) // FUNCTION: BETA10 0x1005aa20 void Matrix4::Swap(int p_d1, int p_d2) { - // TODO: Document entropy build result + // This function is affected by entropy even in debug builds int i; float e; for (i = 0; i < 4; i++) {