From cddfc09ccc286726736fa436a10919021a177b69 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 25 Oct 2024 21:19:42 +0300 Subject: glDepthRange and glPolygonOffset. --- src/models.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models.c') diff --git a/src/models.c b/src/models.c index 0466812..c2232d0 100644 --- a/src/models.c +++ b/src/models.c @@ -1317,7 +1317,7 @@ int lmodelsGenMeshTangents( lua_State* L ) { /* > meshData = RL.GetMeshData( Mesh mesh ) -Get mesh data as table. +Get mesh vertex attributes data as table. - Success return Mesh{} */ -- cgit v1.2.3