added debug:damage_blink

This commit is contained in:
vaxerski
2022-06-29 11:44:00 +02:00
parent 5636d2031e
commit 37abe0aedc
2 changed files with 19 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ void CConfigManager::setDefaultVars() {
configValues["debug:int"].intValue = 0;
configValues["debug:log_damage"].intValue = 0;
configValues["debug:overlay"].intValue = 0;
configValues["debug:damage_blink"].intValue = 0;
configValues["decoration:rounding"].intValue = 1;
configValues["decoration:blur"].intValue = 1;