diff --git a/main.c b/main.c index 91986b3..1e02b64 100644 --- a/main.c +++ b/main.c @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) { // Animations GL4DHanime animations[] = {{7000, lights, NULL, NULL}, - {10000, credits, NULL, NULL}, + {9000, credits, NULL, NULL}, {0, NULL, NULL, NULL}}; gl4dhInit(animations, _dims[0], _dims[1], NULL);