adjust credits time
This commit is contained in:
parent
47a1dd5a04
commit
7d6056a462
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -20,7 +20,7 @@ int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
// Animations
|
// Animations
|
||||||
GL4DHanime animations[] = {{10000, manif, NULL, NULL},
|
GL4DHanime animations[] = {{10000, manif, NULL, NULL},
|
||||||
{9000, credits, NULL, NULL},
|
{9400, credits, NULL, NULL},
|
||||||
{0, NULL, NULL, NULL}};
|
{0, NULL, NULL, NULL}};
|
||||||
|
|
||||||
gl4dhInit(animations, _dims[0], _dims[1], init);
|
gl4dhInit(animations, _dims[0], _dims[1], init);
|
||||||
|
|
Reference in a new issue