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.h | |
| 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.h')
| -rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
