aboutsummaryrefslogtreecommitdiff
path: root/src/tool/room_tool.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/room_tool.rs')
-rw-r--r--src/tool/room_tool.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool/room_tool.rs b/src/tool/room_tool.rs
index 52748fc..bb719e0 100644
--- a/src/tool/room_tool.rs
+++ b/src/tool/room_tool.rs
@@ -7,7 +7,7 @@ use crate::map_data::MapData;
use crate::math::{Rect, Vec2};
use crate::transform::Transform;
use raylib::core::drawing::{RaylibDraw, RaylibDrawHandle};
-use raylib::ffi::{Color, MouseButton};
+use raylib::ffi::Color;
use raylib::RaylibHandle;
pub struct RoomTool {