We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02184ed + da05539 commit 0484019Copy full SHA for 0484019
lib/Raylib/FFI.pm
@@ -675,7 +675,7 @@ my %functions = (
675
DrawEllipseLines => [ [qw(int int float float)] => 'void' ],
676
DrawRing => [ [qw(int int float float float)] => 'void' ],
677
DrawRingLines => [ [qw(int int float float float)] => 'void' ],
678
- DrawRectangle => [ [qw(int int int int)] => 'void' ],
+ DrawRectangle => [ [qw(int int int int Color)] => 'void' ],
679
DrawRectangleV => [ [ 'Vector2D', 'Vector2D' ] => 'void' ],
680
DrawRectangleRec => [ [ 'Rectangle', 'Color' ] => 'void' ],
681
DrawRectanglePro =>
0 commit comments