summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
diff options
context:
space:
mode:
authorRay <[email protected]>2018-06-02 13:05:23 +0200
committerRay <[email protected]>2018-06-02 13:05:23 +0200
commitb1b4a11bdb450c415ae54eded7f868af19a7fb5d (patch)
treef8a44ca57434e002d265e907bddd01ff1b871823 /src/textures.c
parent0c1bc039a26351c77b80280153ede9bf4d909821 (diff)
downloadraylib-b1b4a11bdb450c415ae54eded7f868af19a7fb5d.tar.gz
raylib-b1b4a11bdb450c415ae54eded7f868af19a7fb5d.zip
Corrected issue with function definition
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c
index c4e77458..3a62ac14 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -1118,7 +1118,6 @@ void ImageResizeCanvas(Image *image, int newWidth,int newHeight, int offsetX, in
{
// TODO: ImageCrop(), define proper cropping rectangle
}
-
}
// Generate all mipmap levels for a provided image