diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-16 11:53:16 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-16 11:53:16 -0400 |
| commit | 46efa1936ec44ece2167480ccf4fa1b3af1218bc (patch) | |
| tree | 8c6363e1050a80f51361bf70a4e03906eebcdfd9 /main.c | |
| parent | 7f2c79d77de931d38d5359ba836f5b6dd77fdcc2 (diff) | |
you can type
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, "this is a gtest", strlen("this is a gtest")); + init_text_buffer(&state, &state.input_buffer_text, "", 0); // event loop while (state.running) { |
