added experimental:vfr

This commit is contained in:
vaxerski
2022-07-04 17:47:31 +02:00
parent c40ef59a35
commit e0bfec6ef2
3 changed files with 17 additions and 2 deletions

View File

@@ -43,6 +43,8 @@ void CConfigManager::setDefaultVars() {
configValues["debug:damage_blink"].intValue = 0;
configValues["debug:disable_logs"].intValue = 0;
configValues["experimental:vfr"].intValue = 0;
configValues["decoration:rounding"].intValue = 1;
configValues["decoration:blur"].intValue = 1;
configValues["decoration:blur_size"].intValue = 8;