瀏覽代碼

changed function params formatting (#5160)

pull/5163/head
wileyanderssen 1 月之前
committed by GitHub
父節點
當前提交
fce888c0c0
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: B5690EEEBB952194
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rtextures.c

+ 1
- 1
src/rtextures.c 查看文件

@ -1713,7 +1713,7 @@ Image ImageFromChannel(Image image, int selectedChannel)
}
// Resize and image to new size using Nearest-Neighbor scaling algorithm
void ImageResizeNN(Image *image,int newWidth,int newHeight)
void ImageResizeNN(Image *image, int newWidth, int newHeight)
{
// Security check to avoid program crash
if ((image->data == NULL) || (image->width == 0) || (image->height == 0)) return;

Loading…
取消
儲存