Remove trailing spaces

This commit is contained in:
Ray 2021-04-18 23:50:32 +02:00
parent 63432724c7
commit 581bd0eb02
5 changed files with 54 additions and 54 deletions

View file

@ -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);