remove logger; comfy do automaticly use envlogger
This commit is contained in:
parent
e83ec5ce20
commit
566310810c
4 changed files with 4 additions and 121 deletions
|
@ -2,7 +2,9 @@ use comfy::*;
|
|||
|
||||
use crate::State;
|
||||
|
||||
pub fn update(_state: &mut State, _engine: &mut EngineContext) {}
|
||||
pub fn update(_state: &mut State, _engine: &mut EngineContext) {
|
||||
info!("update");
|
||||
}
|
||||
|
||||
pub fn draw(_state: &State, _engine: &EngineContext) {
|
||||
draw_circle(vec2(0.0, 0.0), 0.5, RED, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue