diff options
Diffstat (limited to 'src/entity.rs')
-rw-r--r-- | src/entity.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.rs b/src/entity.rs index ae3a236..3489671 100644 --- a/src/entity.rs +++ b/src/entity.rs @@ -13,7 +13,7 @@ pub struct Entity { pub position: Point2<f32>, pub spawn: Point2<f32>, pub action: Action, - pub map_dimensions: (f32, f32), + map_dimensions: (f32, f32), } impl Entity { |