default rounding to 0

This commit is contained in:
vaxerski 2022-08-31 11:17:04 +02:00
parent 21a1b62b6a
commit 4103bca056
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ void CConfigManager::setDefaultVars() {
configValues["debug:disable_logs"].intValue = 0;
configValues["debug:disable_time"].intValue = 1;
configValues["decoration:rounding"].intValue = 1;
configValues["decoration:rounding"].intValue = 0;
configValues["decoration:blur"].intValue = 1;
configValues["decoration:blur_size"].intValue = 8;
configValues["decoration:blur_passes"].intValue = 1;