summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/API.md b/API.md
index 793d6c2..40e005f 100644
--- a/API.md
+++ b/API.md
@@ -4017,7 +4017,8 @@ Generate custom mesh from vertex attribute data and uploads it into a VAO ( if s
> success = RL_UpdateMesh( Mesh{} )
-Update mesh vertex data in GPU. ( Mainly intented to be used with custom meshes )
+Update mesh vertex data in GPU.
+Note! Mainly intented to be used with custom meshes.
- Failure return false
- Success return true