mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-26 08:37:25 -04:00
Remove trailing spaces
This commit is contained in:
@ -41,7 +41,7 @@ int main(void)
|
||||
|
||||
Model model = LoadModel("resources/models/obj/plane.obj"); // Load model
|
||||
Texture2D texture = LoadTexture("resources/models/obj/plane_diffuse.png"); // Load model texture
|
||||
|
||||
|
||||
SetTextureWrap(texture, TEXTURE_WRAP_REPEAT); // Force Repeat to avoid issue on Web version
|
||||
|
||||
model.materials[0].maps[MATERIAL_MAP_DIFFUSE].texture = texture; // Set map diffuse texture
|
||||
|
||||
Reference in New Issue
Block a user