diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-16 09:41:06 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-16 09:41:06 -0400 |
| commit | ab4b6df33f1f07c49996bc6a770d387a3a71e6c7 (patch) | |
| tree | 94841f0297cc7a7eec0b684a2a39e11ed0d7b202 /main.c | |
| parent | 234fb5416e3008544c7a1755d9e26d1d3d5a0549 (diff) | |
fix text layouting
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ int main() { // create font altas textures atlas_create_texture(&state); - initTextBuffer(&state, &state.input_buffer_text, "a g dadsd s", 19); + initTextBuffer(&state, &state.input_buffer_text, "this is a test", strlen("this is a test")); // event loop while (state.running) { |
