summaryrefslogtreecommitdiff
path: root/examples/texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/texture.c')
-rw-r--r--examples/texture.c6
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);