From 36c89240a87ecb826cf09bc7b3069aa636c9f2f1 Mon Sep 17 00:00:00 2001 From: konsumlamm Date: Fri, 21 Jun 2019 20:56:58 +0200 Subject: update maths to math --- webhogg/game_server/src/webhogg_game.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webhogg/game_server/src/webhogg_game.rs') 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, -- cgit v1.2.3-54-g00ecf