aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-27 00:23:28 +0000
committernathan <nathansmith@disroot.org>2025-12-27 00:23:28 +0000
commitfee3654661e1411232a302d951b10cbd44d3fa91 (patch)
tree34e043b87d33eb686f6b962ecf256405936f1c74 /src/utils.c
parentc9ae1941816183553c8c4313eac27cc831cbefba (diff)
downloadFindThings-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.c2
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){