fix lint
This commit is contained in:
parent
f7e65c6cbb
commit
7ac86cbc11
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
|||
use std::ops::Sub;
|
||||
|
||||
use comfy::*;
|
||||
|
||||
use crate::{
|
||||
activities::{house, overworld, Activity},
|
||||
State
|
||||
};
|
||||
use comfy::EngineContext;
|
||||
use std::ops::Sub;
|
||||
|
||||
#[repr(i32)]
|
||||
pub enum ZLayer {
|
||||
|
|
Loading…
Reference in a new issue