fix all warnings
This commit is contained in:
parent
e5e2ccfc6b
commit
8e04d74682
3 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@ use crate::{
|
|||
State
|
||||
};
|
||||
use comfy::{
|
||||
draw_circle, draw_rect_outline, draw_sprite, error, info, is_key_down,
|
||||
main_camera_mut, texture_id, vec2, EngineContext, IVec2, KeyCode, Vec2, RED, WHITE
|
||||
draw_rect_outline, draw_sprite, error, info, is_key_down, main_camera_mut,
|
||||
texture_id, vec2, EngineContext, IVec2, KeyCode, Vec2, RED, WHITE
|
||||
};
|
||||
use std::time::Instant;
|
||||
use worldgen::MovementCost;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue