summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2022-05-21 17:30:26 +0300
committerjussi2022-05-21 17:30:26 +0300
commit85fc6cd6a3865f19ceac448dcb33b0c19b8e6b77 (patch)
tree57bdd1f3bb78ba6d5d5a8d224cadd87799301afa /API.md
parent043fd7269827f368691fb861effe7eafb5f85122 (diff)
downloadreilua-enhanced-85fc6cd6a3865f19ceac448dcb33b0c19b8e6b77.tar.gz
reilua-enhanced-85fc6cd6a3865f19ceac448dcb33b0c19b8e6b77.tar.bz2
reilua-enhanced-85fc6cd6a3865f19ceac448dcb33b0c19b8e6b77.zip
Some doc fixes.
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 )