mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2024-11-09 11:50:04 +00:00
Fix test not compiling
This commit is contained in:
parent
45ec13db45
commit
139681a3fd
@ -25,12 +25,12 @@ namespace
|
|||||||
glerminal_quit();
|
glerminal_quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
void mainloop(float) {}
|
void mainloop(double) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
glerminal_run(init, mainloop, nullptr, nullptr);
|
glerminal_run({init, mainloop});
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user