Review parameter issue with MSVC
This commit is contained in:
parent
ff64e860a1
commit
065994219e
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue