mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-05 05:39:18 -05:00
Reword sentence for clarity
@ -112,7 +112,7 @@ typedef enum {
|
|||||||
#define MATERIAL_MAP_SPECULAR MATERIAL_MAP_METALNESS
|
#define MATERIAL_MAP_SPECULAR MATERIAL_MAP_METALNESS
|
||||||
```
|
```
|
||||||
|
|
||||||
When drawing, maps are internally bound or not depending on the availability:
|
When drawing, maps may be internally bound depending on the availability:
|
||||||
```c
|
```c
|
||||||
// Default material loading example
|
// Default material loading example
|
||||||
Material material = LoadMaterialDefault(); // Default shader assigned to material
|
Material material = LoadMaterialDefault(); // Default shader assigned to material
|
||||||
|
|||||||
Reference in New Issue
Block a user