From 7f2c79d77de931d38d5359ba836f5b6dd77fdcc2 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Thu, 16 Oct 2025 11:39:41 -0400 Subject: fix viewport --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index acc328d..13a6328 100644 --- a/main.c +++ b/main.c @@ -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) { -- cgit v1.2.3