Fluid: Correct Tooltip

This commit is contained in:
Aaron Carlisle 2020-03-17 16:32:56 -04:00
parent 3af51cacbf
commit c9a8de1d70
1 changed files with 1 additions and 1 deletions

View File

@ -1263,7 +1263,7 @@ static void rna_def_fluid_domain_settings(BlenderRNA *brna)
RNA_def_property_ui_text(
prop,
"Threshold",
"Maximum amount of fluid a cell can contain before it is considered empty");
"Minimum amount of fluid a cell can contain before it is considered empty");
RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, "rna_Fluid_resetCache");
prop = RNA_def_property(srna, "use_adaptive_domain", PROP_BOOLEAN, PROP_NONE);