diff --git a/kubi/src/rendering/selection_box.rs b/kubi/src/rendering/selection_box.rs index c6e8586..8f0e2eb 100644 --- a/kubi/src/rendering/selection_box.rs +++ b/kubi/src/rendering/selection_box.rs @@ -17,7 +17,7 @@ use super::{ primitives::cube::CubePrimitive, }; -const SMOL: f32 = 0.0001; +const SMOL: f32 = 0.0025; pub fn render_selection_box( lookat: View,