mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-04 08:56:26 +00:00
Review formating
This commit is contained in:
@@ -1967,7 +1967,7 @@ void ImageBlurGaussian(Image *image, int blurSize) {
|
||||
avgG += pixelsCopy1[row*image->width + i].y;
|
||||
avgB += pixelsCopy1[row*image->width + i].z;
|
||||
avgAlpha += pixelsCopy1[row*image->width + i].w;
|
||||
}
|
||||
}
|
||||
|
||||
for (int x = 0; x < image->width; x++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user