diff options
| author | jussi | 2024-10-25 21:19:42 +0300 |
|---|---|---|
| committer | jussi | 2024-10-25 21:19:42 +0300 |
| commit | cddfc09ccc286726736fa436a10919021a177b69 (patch) | |
| tree | ac99e0a221807ee4d1906124f6b1218022d6011f /src/models.c | |
| parent | ab995f345387b306735ecfbda84dbc019f1053bb (diff) | |
| download | reilua-enhanced-cddfc09ccc286726736fa436a10919021a177b69.tar.gz reilua-enhanced-cddfc09ccc286726736fa436a10919021a177b69.tar.bz2 reilua-enhanced-cddfc09ccc286726736fa436a10919021a177b69.zip | |
glDepthRange and glPolygonOffset.
Diffstat (limited to 'src/models.c')
| -rw-r--r-- | src/models.c | 2 |
1 files changed, 1 insertions, 1 deletions
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{} */ |
