From ad4254e0d42cc687ac29ccb6f85a97592576c4d6 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Thu, 1 Feb 2024 16:21:10 +0100 Subject: [PATCH] increase small --- kubi/src/rendering/selection_box.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,