Missing Swapped default in setupDefaults (line 151)

This commit is contained in:
GuruSR 2021-10-07 22:49:16 -04:00 committed by GitHub
parent 824e72bf44
commit 2573ce9276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,6 +148,7 @@ void WatchyGSR::setupDefaults(){
Options.Border = false;
Options.Lefty = false;
Options.Turbo = 3;
Options.Swapped = false;
Steps.Hour = 6;
Steps.Minutes = 0;
}