REVIEWED: DrawRectangleLines()
pixel offset
This could be actually very tricky and GPU/drivers dependant...
This commit is contained in:
parent
b51f4db8c2
commit
41b0c5c4f9
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ void DrawRectangleLines(int posX, int posY, int width, int height, Color color)
|
|||
{
|
||||
rlBegin(RL_LINES);
|
||||
rlColor4ub(color.r, color.g, color.b, color.a);
|
||||
rlVertex2f(posX + 1, posY + 1);
|
||||
rlVertex2f(posX, posY);
|
||||
rlVertex2f(posX + width, posY + 1);
|
||||
|
||||
rlVertex2f(posX + width, posY + 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue