mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Reword sentence about materials
@ -90,7 +90,7 @@ typedef struct Material {
|
||||
} Material;
|
||||
```
|
||||
|
||||
Material supports by default a number of maps (texture and properties) that can be accessed for convenience using the provided values:
|
||||
By default, `Material` supports a number of maps (texture and properties) that can be accessed for convenience using the provided values:
|
||||
|
||||
```c
|
||||
// Material map type
|
||||
|
||||
Reference in New Issue
Block a user