diff options
| author | jussi | 2022-05-21 17:30:26 +0300 |
|---|---|---|
| committer | jussi | 2022-05-21 17:30:26 +0300 |
| commit | 85fc6cd6a3865f19ceac448dcb33b0c19b8e6b77 (patch) | |
| tree | 57bdd1f3bb78ba6d5d5a8d224cadd87799301afa /API.md | |
| parent | 043fd7269827f368691fb861effe7eafb5f85122 (diff) | |
| download | reilua-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |
