Hotfix - feature-gate logging
This commit is contained in:
parent
ee86deb629
commit
234579f553
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ fn generate_graphics(
|
|||
style.1.size *= 16.0 / 12.0;
|
||||
}
|
||||
ctx.set_style(style);
|
||||
#[cfg(feature = "logging")]
|
||||
debug!("Fonts: {:#?}", &ctx.style().text_styles);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue