summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.md b/API.md
index 9b3c59e..dc1e14c 100644
--- a/API.md
+++ b/API.md
@@ -3412,7 +3412,7 @@ Copies material to model material. ( Model material is the material id in models
---
-> success = RL_SetModelMaterial( Model model, Material modelMaterial, Material material )
+> success = RL_SetModelMeshMaterial( Model model, int meshId, int materialId )
Set material for a mesh ( Mesh and material on this model )