aboutsummaryrefslogtreecommitdiff
path: root/src/gui/tool_sidebar.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/tool_sidebar.rs')
-rw-r--r--src/gui/tool_sidebar.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/tool_sidebar.rs b/src/gui/tool_sidebar.rs
index c123e2f..78041e7 100644
--- a/src/gui/tool_sidebar.rs
+++ b/src/gui/tool_sidebar.rs
@@ -3,7 +3,7 @@
// TODO: Currently, the keyboard shortcuts for tools are handled by the editor, but a lot speaks for
// them being handled by the ToolSidebar instead.
-use crate::math::{Rect, Surface, Vec2};
+use crate::math::{ExactSurface, Rect, Vec2};
use crate::tool::ToolType;
use crate::Editor;
use raylib::core::texture::Texture2D;