fattal: set the lower bound to 1 instead of 0 (so that it's obvious it still has an effect)
This commit is contained in:
@@ -755,7 +755,7 @@ public:
|
||||
{
|
||||
enabled = false;
|
||||
threshold = 0;
|
||||
amount = 0;
|
||||
amount = 1;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user