This commit is contained in:
Mylloon 2023-05-08 15:20:30 +02:00
parent 2ed3d0ae65
commit c96ba97110
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},
{9400, credits, NULL, NULL},
{9500, credits, NULL, NULL},
{0, NULL, NULL, NULL}};
gl4dhInit(animations, _dims[0], _dims[1], init);