diff options
| author | lvntky <klevent1903@gmail.com> | 2024-11-27 11:53:52 +0300 |
|---|---|---|
| committer | lvntky <klevent1903@gmail.com> | 2024-11-27 11:53:52 +0300 |
| commit | eff7f86c4b81e804b13c5606fcc73a6dbfa58677 (patch) | |
| tree | 916f6e1904649470406257264af4360db9b1e76e /examples/texture.c | |
| parent | 39ff731d15d3be96be7a5a65ad7d530dc11aeb20 (diff) | |
[fix] examples fixed
Diffstat (limited to 'examples/texture.c')
| -rw-r--r-- | examples/texture.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/texture.c b/examples/texture.c index 75a67d7..afa0985 100644 --- a/examples/texture.c +++ b/examples/texture.c @@ -60,12 +60,6 @@ int main(int argc, char **argv) framesize--; } - // Wait for the user to press the escape key before exiting - printf("Press ESC to exit...\n"); - while (!fbgl_check_esc_key()) { - // You can add additional rendering logic here if needed - } - // Clean up fbgl_destroy_texture(texture); fbgl_destroy(&framebuffer); |
