summaryrefslogtreecommitdiff
path: root/webhogg/game_server/src/webhogg_game.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webhogg/game_server/src/webhogg_game.rs')
-rw-r--r--webhogg/game_server/src/webhogg_game.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webhogg/game_server/src/webhogg_game.rs b/webhogg/game_server/src/webhogg_game.rs
index 7b94fcb..b3f35cc 100644
--- a/webhogg/game_server/src/webhogg_game.rs
+++ b/webhogg/game_server/src/webhogg_game.rs
@@ -1,4 +1,4 @@
-use crate::maths::Vec2;
+use crate::math::Vec2;
pub struct WebhoggPlayer {
pos: Vec2,