mirror of
https://github.com/lisk77/comet.git
synced 2025-12-12 09:08:49 +00:00
fix(renderer): removed debug log
This commit is contained in:
parent
a2715eafab
commit
676b1dcb18
1 changed files with 0 additions and 2 deletions
|
|
@ -354,8 +354,6 @@ impl<'a> Renderer2D<'a> {
|
||||||
} else {
|
} else {
|
||||||
resources.insert_bind_group("Font".into(), camera_group);
|
resources.insert_bind_group("Font".into(), camera_group);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
debug!("Font pass created with its own layout, waiting for camera bind group to be set later.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
info!("Font {} successfully loaded into renderer", path);
|
info!("Font {} successfully loaded into renderer", path);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue