diff --git a/main.c b/main.c index feacf41..20d96ce 100644 --- a/main.c +++ b/main.c @@ -20,7 +20,7 @@ int main(int argc, char *argv[]) { // Animations GL4DHanime animations[] = {{10000, manif, NULL, NULL}, - {9000, credits, NULL, NULL}, + {9400, credits, NULL, NULL}, {0, NULL, NULL, NULL}}; gl4dhInit(animations, _dims[0], _dims[1], init);