From e361b1f493a9cb2ef1a41f1ddf94ab789a2ab4b2 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 1 May 2024 21:50:16 +0200 Subject: [PATCH] cleanup --- src/commands.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index 86a056e..746af99 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -17,7 +17,6 @@ use bevy::math::DVec3; use bevy::pbr::{NotShadowCaster, NotShadowReceiver}; use crate::{actor, camera, chat, hud, nature, shading, skeleton, var, world}; use regex::Regex; -use std::f32::consts::PI; use std::f64::consts::PI as PI64; use std::time::SystemTime;