mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-15 15:58:14 +00:00
Review parameter issue with MSVC
This commit is contained in:
@@ -276,7 +276,7 @@ void DrawRectangleRec(Rectangle rec, Color color)
|
||||
}
|
||||
|
||||
// Draw a color-filled rectangle with pro parameters
|
||||
void DrawRectanglePro(Rectangle rec, Vector2 origin, float rotation, Color colors[static 4])
|
||||
void DrawRectanglePro(Rectangle rec, Vector2 origin, float rotation, Color colors[4])
|
||||
{
|
||||
rlEnableTexture(GetShapesTexture().id);
|
||||
|
||||
|
Reference in New Issue
Block a user