Преглед на файлове

changed function params formatting (#5160)

pull/5163/head
wileyanderssen преди 1 месец
committed by GitHub
родител
ревизия
fce888c0c0
No known key found for this signature in database GPG ключ 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;

Зареждане…
Отказ
Запис