mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-03 16:36:26 +00:00
Remove trailing spaces
This commit is contained in:
@@ -2294,7 +2294,7 @@ Rectangle GetImageAlphaBorder(Image image, float threshold)
|
||||
Color GetImageColor(Image image, int x, int y)
|
||||
{
|
||||
Color color = { 0 };
|
||||
|
||||
|
||||
if ((x >=0) && (x < image.width) && (y >= 0) && (y < image.height))
|
||||
{
|
||||
switch (image.format)
|
||||
|
Reference in New Issue
Block a user