diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-27 00:23:28 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-27 00:23:28 +0000 |
| commit | fee3654661e1411232a302d951b10cbd44d3fa91 (patch) | |
| tree | 34e043b87d33eb686f6b962ecf256405936f1c74 /src/utils.c | |
| parent | c9ae1941816183553c8c4313eac27cc831cbefba (diff) | |
| download | FindThings-fee3654661e1411232a302d951b10cbd44d3fa91.tar.gz FindThings-fee3654661e1411232a302d951b10cbd44d3fa91.tar.bz2 FindThings-fee3654661e1411232a302d951b10cbd44d3fa91.zip | |
i have a headache so i make bad code
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){ |
