Skip to content

Commit

Permalink
increase default max mixing factor to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi Delbruck authored and Tobi Delbruck committed May 15, 2024
1 parent aff2e48 commit 4e12ece
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,7 @@ public float getMinMixingFactor() {
* @return max value for slider - text box can chooser larger value.
*/
public float getMaxMixingFactor() {
return .02f;
return 0.2f;
}
// </editor-fold>

Expand Down

0 comments on commit 4e12ece

Please sign in to comment.