This commit is contained in:
kdx 2023-03-21 22:24:24 +01:00
parent 8126658a43
commit 030d8a78d0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
int main(void)
{
if (LZY_Init("Hyperultra!", 30, "res/tset.png", "res/font.png")) {
if (LZY_Init("hyperultra!", 30, "res/tset.png", "res/font.png")) {
LZY_Log("LZY_Init failed: %s", LZY_GetError());
LZY_Quit();
return 1;