diff options
| author | Ray <[email protected]> | 2018-06-02 13:05:23 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-06-02 13:05:23 +0200 |
| commit | b1b4a11bdb450c415ae54eded7f868af19a7fb5d (patch) | |
| tree | f8a44ca57434e002d265e907bddd01ff1b871823 /src/textures.c | |
| parent | 0c1bc039a26351c77b80280153ede9bf4d909821 (diff) | |
| download | raylib-b1b4a11bdb450c415ae54eded7f868af19a7fb5d.tar.gz raylib-b1b4a11bdb450c415ae54eded7f868af19a7fb5d.zip | |
Corrected issue with function definition
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 1 |
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 |
