dropped this: {

This commit is contained in:
Matthew Kennedy 2023-05-29 13:58:51 -07:00
parent 980c0f2aec
commit 322209d0ee
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ void onConfigurationChangeBenchTest() {
engineConfiguration->benchTestOnTime = 4;
}
if (engineConfiguration->benchTestOffTime < 5)
if (engineConfiguration->benchTestOffTime < 5) {
engineConfiguration->benchTestOffTime = 500;
}