From b1c774830090f51036ebca1d54fd41e6a9c17ba9 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sun, 21 Nov 2004 19:58:58 +0000 Subject: [PATCH] oops, incorrect EXPCL --- panda/src/linmath/compose_matrix_src.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/linmath/compose_matrix_src.I b/panda/src/linmath/compose_matrix_src.I index 5bf50a4116..6452e144b0 100644 --- a/panda/src/linmath/compose_matrix_src.I +++ b/panda/src/linmath/compose_matrix_src.I @@ -135,7 +135,7 @@ decompose_matrix(const FLOATNAME(LMatrix4) &mat, // Deprecated function. -INLINE EXPCL_PANDA void +INLINE_LINMATH void compose_matrix(FLOATNAME(LMatrix3) &mat, const FLOATNAME(LVecBase3) &scale, const FLOATNAME(LVecBase3) &hpr,