mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Corrected issue with function definition
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user