credit
This commit is contained in:
parent
2ed3d0ae65
commit
c96ba97110
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},
|
||||||
{9400, credits, NULL, NULL},
|
{9500, 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