diff options
Diffstat (limited to 'src/utils.c')
| -rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index 6d09293..063fe47 100644 --- a/src/utils.c +++ b/src/utils.c @@ -34,7 +34,7 @@ Vector3 randomDirection3(int seed, int* nextSeed) return Vector3Normalize(direction); } -Image generateCubemapImage(bool** cubemap, int width, int height) +Image generateCubemapImage(const bool** cubemap, int width, int height) { // Allocate pixel data. Image image = (Image){ |
