diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-16 01:55:38 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-16 01:59:35 -0400 |
| commit | 234fb5416e3008544c7a1755d9e26d1d3d5a0549 (patch) | |
| tree | 7f159d4d2039e9d14274c7c97649092648c229aa /main.c | |
| parent | ce56d992214dfe793186f614d1759cd2ba061ad4 (diff) | |
texture don't worky
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); |
