diff options
| author | KiritoDv <36680385+KiritoDv@users.noreply.github.com> | 2025-05-16 02:44:40 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-05-16 02:44:40 +0000 |
| commit | b53a5dbcfa24ef2aa4860b6d9512709976686de8 (patch) | |
| tree | 441f2bb9c0bc8f955eb9289d19b13beab5c239c5 /src/camera.h | |
| parent | bdf5ca8d603ae56ac275bebf9fde58ae72484d76 (diff) | |
clang formatclang-format
Diffstat (limited to 'src/camera.h')
| -rw-r--r-- | src/camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera.h b/src/camera.h index 6abeb3aad..ef41e37ec 100644 --- a/src/camera.h +++ b/src/camera.h @@ -55,7 +55,7 @@ typedef struct { /* 0xB0 */ s16 unk_B0; /* 0xB2 */ s16 unk_B2; /* 0xB4 */ f32 unk_B4; - size_t cameraId; + size_t cameraId; } Camera; /* size = 0xB8 */ void camera_init(f32, f32, f32, s16, u32, s32); |
