adjust credits time

This commit is contained in:
Mylloon 2023-05-08 11:32:12 +02:00
parent 47a1dd5a04
commit 7d6056a462
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

2
main.c
View file

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