Fix config.h flags
This commit is contained in:
parent
bc86b0f78b
commit
f9963d4ed4
5 changed files with 60 additions and 4 deletions
|
@ -742,7 +742,7 @@ static Texture2D GetShapesTexture(void)
|
|||
recTexShapes = (Rectangle){ rec.x + 1, rec.y + 1, rec.width - 2, rec.height - 2 };
|
||||
#else
|
||||
texShapes = GetTextureDefault(); // Use default white texture
|
||||
recTexShapes = { 0.0f, 0.0f, 1.0f, 1.0f };
|
||||
recTexShapes = (Rectangle){ 0.0f, 0.0f, 1.0f, 1.0f };
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue