Pārlūkot izejas kodu

changed function params formatting (#5160)

pull/5163/head
wileyanderssen pirms 1 mēnesi
committed by GitHub
vecāks
revīzija
fce888c0c0
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: B5690EEEBB952194
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/rtextures.c

+ 1
- 1
src/rtextures.c Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt