fix -L bug

This commit is contained in:
Allen Webster 2021-06-01 23:05:02 -07:00
parent fff9ce8744
commit 7c229f6ef0
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ init_command_line_settings(App_Settings *settings, Plat_Settings *plat_settings,
case 'h': action = CLAct_FontUseHinting; --i; break;
case 'U': action = CLAct_UserDirectory; break;
case 'L': action = CLAct_Nothing; break;
//case 'L': enables log, parsed before this is called (because I'm a dumbass)
}
}