reduce credits time
This commit is contained in:
parent
e0d6196e6f
commit
bfebb9b969
1 changed files with 1 additions and 1 deletions
2
main.c
2
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);
|
||||
|
|
Reference in a new issue