From b65b795bfa1b26e61371532155c08adad0bef91c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 21 May 2023 09:01:17 +0200 Subject: [PATCH] increase animation2 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index c10946e..54fea18 100644 --- a/main.c +++ b/main.c @@ -22,7 +22,7 @@ int main(int argc, char *argv[]) { // Animations GL4DHanime animations[] = {{10000, manif, NULL, NULL}, // Manifestation {2000, manif, tag, zoom_in}, // Transition - {2000, tag, NULL, NULL}, // Tag + {10000, tag, NULL, NULL}, // Tag {2000, tag, credits, zoom_in}, // Transition {9500, credits, NULL, NULL}, // Crédits {0, NULL, NULL, NULL}};