diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-08-01 10:37:58 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-02-26 12:50:10 +0000 |
| commit | 34aa22651c34ad02ae4474057b1c3bce16d38aca (patch) | |
| tree | b789b75030d5969a0202668886af8bfa444b7f9c /state_mainstate/include/states | |
| parent | 598f32042f2afedce348afa737ee7305d6257e61 (diff) | |
Works with version 7c1c9e9a54ead44c5f1142aae5a71a53d59bcd06 of Daw
Diffstat (limited to 'state_mainstate/include/states')
| -rw-r--r-- | state_mainstate/include/states/mainstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/state_mainstate/include/states/mainstate.h b/state_mainstate/include/states/mainstate.h index 73e2eab..4421c4b 100644 --- a/state_mainstate/include/states/mainstate.h +++ b/state_mainstate/include/states/mainstate.h @@ -16,7 +16,7 @@ typedef struct mainstate_state { /* Resources */ Shader shaders[10]; - RenderBatch batches[10]; + RenderBatch terrain; RenderObject objects[10]; i_ctx input_ctx; binding_t input_bindings[10]; |
