Crash fix attempt - Successfully! (#32)

* Do not build here, since this could potential crash more things.

* Crash fix!

Co-authored-by: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com>
This commit is contained in:
Stackie
2020-05-29 07:28:08 +02:00
committed by GitHub
parent 8a16751a8f
commit a0251da39f
5 changed files with 24666 additions and 22692 deletions
+2 -2
View File
@@ -208,11 +208,11 @@ void Config::load() {
keyDelay = getInt("KEY_DELAY");
}
/* if(!configJson.contains("SCREEN_FADE")) {
if(!configJson.contains("SCREEN_FADE")) {
fading = false;
} else {
fading = getBool("SCREEN_FADE");
}*/
}
fclose(file);
} else {