summaryrefslogtreecommitdiff
path: root/src/entity.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.rs')
-rw-r--r--src/entity.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.rs b/src/entity.rs
index 3489671..f3ca328 100644
--- a/src/entity.rs
+++ b/src/entity.rs
@@ -8,7 +8,7 @@ pub trait Operable {
fn draw(&self, spritebatch: &mut SpriteBatch);
}
-#[derive(Clone)]
+#[derive(Debug, Clone)]
pub struct Entity {
pub position: Point2<f32>,
pub spawn: Point2<f32>,