diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-16 11:39:41 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-16 11:39:41 -0400 |
| commit | 7f2c79d77de931d38d5359ba836f5b6dd77fdcc2 (patch) | |
| tree | 89f3b965631651918a875e3a4ad9e1a57b4a3a86 /main.c | |
| parent | ab4b6df33f1f07c49996bc6a770d387a3a71e6c7 (diff) | |
fix viewport
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 test", strlen("this is a test")); + initTextBuffer(&state, &state.input_buffer_text, "this is a gtest", strlen("this is a gtest")); // event loop while (state.running) { |
