Remove trailing spaces
This commit is contained in:
parent
63432724c7
commit
581bd0eb02
5 changed files with 54 additions and 54 deletions
|
@ -3236,7 +3236,7 @@ void DrawTexturePro(Texture2D texture, Rectangle source, Rectangle dest, Vector2
|
|||
bottomRight.x = x + (dx + dest.width)*cosRotation - (dy + dest.height)*sinRotation;
|
||||
bottomRight.y = y + (dx + dest.width)*sinRotation + (dy + dest.height)*cosRotation;
|
||||
}
|
||||
|
||||
|
||||
rlCheckRenderBatchLimit(4); // Make sure there is enough free space on the batch buffer
|
||||
|
||||
rlSetTexture(texture.id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue