diff options
Diffstat (limited to 'src/models.c')
| -rw-r--r-- | src/models.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/models.c b/src/models.c index 4e67ff0..ef5e493 100644 --- a/src/models.c +++ b/src/models.c @@ -1284,11 +1284,12 @@ int lmodelsDrawMesh( lua_State *L ) { return 1; } -/* TODO Not testet. */ +/* TODO Untested. */ /* > success = RL_DrawMeshInstanced( Mesh mesh, Material material, Matrix{} transforms, int instances ) Draw multiple mesh instances with material and different transforms +Note! Untested. - Failure return false - Success return true |
