diff --git a/src/Frames.cpp b/src/Frames.cpp index 463ab2a..43c72fe 100644 --- a/src/Frames.cpp +++ b/src/Frames.cpp @@ -295,6 +295,7 @@ struct Frames : Module { struct CKSSRot : SVGSwitch { CKSSRot() { + shadow->opacity = 0.0; addFrame(Svg::load(asset::plugin(pluginInstance, "res/CKSS_rot_0.svg"))); addFrame(Svg::load(asset::plugin(pluginInstance, "res/CKSS_rot_1.svg"))); }