bad working laptop

This commit is contained in:
Franchioping 2025-12-04 16:58:59 +00:00
parent 1bc4559b49
commit 84f1903177
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ impl MaterialUi {
render_shadows_bool: true, render_shadows_bool: true,
shadow_step_count: 3, shadow_step_count: 3,
shadow_step_size: 2, shadow_step_size: 2,
shadow_min_bias: 5.0, shadow_min_bias: 7.0,
shadow_fac_bias: 1.0, shadow_fac_bias: 4.0,
shadow_max_bias: 100.0, shadow_max_bias: 100.0,
} }
} }