diff options
| author | Ray <[email protected]> | 2024-02-28 16:27:55 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-02-28 16:27:55 +0100 |
| commit | ed9a6d862b9e31acaa59c6ffffd1f8aa398d54d8 (patch) | |
| tree | 36b347c98c85a98c4e21d42e1180078b7844e6ed | |
| parent | 2aed94cfc21aeb9dc0371964485866aab4384671 (diff) | |
| download | raylib-ed9a6d862b9e31acaa59c6ffffd1f8aa398d54d8.tar.gz raylib-ed9a6d862b9e31acaa59c6ffffd1f8aa398d54d8.zip | |
Update rtextures.c
| -rw-r--r-- | src/rtextures.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtextures.c b/src/rtextures.c index 52e6dd2d..bd3d54cc 100644 --- a/src/rtextures.c +++ b/src/rtextures.c @@ -1056,6 +1056,7 @@ Image GenImageChecked(int width, int height, int checksX, int checksY, Color col } // Generate image: white noise +// NOTE: It requires GetRandomValue(), defined in [rcore] Image GenImageWhiteNoise(int width, int height, float factor) { Color *pixels = (Color *)RL_MALLOC(width*height*sizeof(Color)); |
