From e1a85f898e0781c9dd69ced6cd6ccb4e304a7bd1 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 9 Dec 2022 16:02:28 +0200 Subject: Draw Mesh Instanced Example. --- src/rmath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rmath.c') diff --git a/src/rmath.c b/src/rmath.c index 141f8d5..a83eac4 100644 --- a/src/rmath.c +++ b/src/rmath.c @@ -1607,7 +1607,7 @@ int lmathMatrixInvert( lua_State *L ) { } /* -> result = MatrixIdentity() +> result = RL_MatrixIdentity() Get identity matrix -- cgit v1.2.3