Skip to content

Commit 0484019

Browse files
authored
Merge pull request #6 from brianwisti/bug/draw-rectangle-color
DrawRectangle() recognizes color paramter
2 parents 02184ed + da05539 commit 0484019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Raylib/FFI.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ my %functions = (
675675
DrawEllipseLines => [ [qw(int int float float)] => 'void' ],
676676
DrawRing => [ [qw(int int float float float)] => 'void' ],
677677
DrawRingLines => [ [qw(int int float float float)] => 'void' ],
678-
DrawRectangle => [ [qw(int int int int)] => 'void' ],
678+
DrawRectangle => [ [qw(int int int int Color)] => 'void' ],
679679
DrawRectangleV => [ [ 'Vector2D', 'Vector2D' ] => 'void' ],
680680
DrawRectangleRec => [ [ 'Rectangle', 'Color' ] => 'void' ],
681681
DrawRectanglePro =>

0 commit comments

Comments
 (0)