mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-19 09:48:15 +00:00
Replaced tabs by spaces
This commit is contained in:
@@ -385,7 +385,7 @@ typedef struct Model {
|
||||
Matrix transform;
|
||||
Texture2D texture; // Only for OpenGL 1.1, on newer versions this should be in the shader
|
||||
Shader shader;
|
||||
//Material material;
|
||||
//Material material;
|
||||
} Model;
|
||||
|
||||
// Ray type (useful for raycast)
|
||||
|
Reference in New Issue
Block a user