summaryrefslogtreecommitdiff
path: root/webhogg/game_server/src/webhogg_game.rs
diff options
context:
space:
mode:
authorkonsumlamm <konsumlamm@gmail.com>2019-06-21 20:56:58 +0200
committerkonsumlamm <konsumlamm@gmail.com>2019-06-21 20:56:58 +0200
commit36c89240a87ecb826cf09bc7b3069aa636c9f2f1 (patch)
tree208ca957394d4d736892629273bcfe4b9e63adf6 /webhogg/game_server/src/webhogg_game.rs
parent4392c7fca245b8702932fbc5e0ed011bc0c6f00c (diff)
update maths to math
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,