typo
This commit is contained in:
parent
4fbb424e1d
commit
991b587afb
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ int main()
|
|||
|
||||
Settings settings{read_settings()};
|
||||
|
||||
printf("Iambic mode (loaded): %d\n", static_cast<int>(newSettings.mode));
|
||||
printf("WPM (loaded): %d\n", newSettings.wpm);
|
||||
printf("Iambic mode (loaded): %d\n", static_cast<int>(settings.mode));
|
||||
printf("WPM (loaded): %d\n", settings.wpm);
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue