reduce credits time

This commit is contained in:
Mylloon 2023-05-03 20:07:27 +02:00
parent e0d6196e6f
commit bfebb9b969
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

2
main.c
View file

@ -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);