scale fix

This commit is contained in:
2026-05-26 11:41:31 +02:00
parent 4ea74ed516
commit 6aedf6f8b7
4 changed files with 8 additions and 31 deletions
-1
View File
@@ -14,7 +14,6 @@ pub struct EffectsConfig {
pub corner_radius: f32,
pub drop_shadow: bool,
pub rounded_corners: bool,
pub scale: f32,
pub shadow_blur_radius: f32,
pub shadow_blur_passes: u32,
pub shadow_color: [u8; 4],