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::{
|
use crate::{
|
||||||
activities::{house, overworld, Activity},
|
activities::{house, overworld, Activity},
|
||||||
State
|
State
|
||||||
};
|
};
|
||||||
|
use comfy::EngineContext;
|
||||||
|
use std::ops::Sub;
|
||||||
|
|
||||||
#[repr(i32)]
|
#[repr(i32)]
|
||||||
pub enum ZLayer {
|
pub enum ZLayer {
|
||||||
|
|
Loading…
Reference in a new issue