From fee3654661e1411232a302d951b10cbd44d3fa91 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 26 Dec 2025 17:23:28 -0700 Subject: i have a headache so i make bad code --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 4fd2ab8..bbce120 100644 --- a/src/utils.h +++ b/src/utils.h @@ -70,6 +70,6 @@ typedef enum FTError { Vector2 randomDirection2(int seed, int* nextSeed); Vector3 randomDirection3(int seed, int* nextSeed); -Image generateCubemapImage(bool** cubemap, int width, int height); +Image generateCubemapImage(const bool** cubemap, int width, int height); #endif -- cgit v1.2.3