diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,8 @@ int main() { // create font altas textures atlas_create_texture(&state); + initTextBuffer(&state, &state.input_buffer_text, "a g dadsd s", 19); + // event loop while (state.running) { poll_events(&state); |
