diff options
| author | Ray <[email protected]> | 2021-03-19 19:43:44 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-19 19:43:44 +0100 |
| commit | 990906871435fa056d9002810c9f4a46076207bb (patch) | |
| tree | 818754766a127aed414cdf060093d443107d44d1 /src/shapes.c | |
| parent | e28f754fbe9a7414be89e76359453ef663dc088f (diff) | |
| download | raylib-990906871435fa056d9002810c9f4a46076207bb.tar.gz raylib-990906871435fa056d9002810c9f4a46076207bb.zip | |
Removed trailing spaces
Diffstat (limited to 'src/shapes.c')
| -rw-r--r-- | src/shapes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shapes.c b/src/shapes.c index f9500474..bc822625 100644 --- a/src/shapes.c +++ b/src/shapes.c @@ -658,7 +658,7 @@ void DrawRectanglePro(Rectangle rec, Vector2 origin, float rotation, Color color rlEnableTexture(GetShapesTexture().id); rlBegin(RL_QUADS); - + rlNormal3f(0.0f, 0.0f, 1.0f); rlColor4ub(color.r, color.g, color.b, color.a); @@ -673,7 +673,7 @@ void DrawRectanglePro(Rectangle rec, Vector2 origin, float rotation, Color color rlTexCoord2f((GetShapesTextureRec().x + GetShapesTextureRec().width)/GetShapesTexture().width, GetShapesTextureRec().y/GetShapesTexture().height); rlVertex2f(topLeft.x, topLeft.y); - + rlEnd(); rlDisableTexture(); } |
