You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying the crate out a little bit. It seems to work fine from what I can tell, however I get a lot of logging because I have a ExactAtlasImage that I mutate a lot. It would be nice to disable this logging in the released version.
The debugging happens in the extract_exact_atlas_images function through println!("rect: {:?}", rect);
The text was updated successfully, but these errors were encountered:
NP. I intended to do more work on this crate after release, but I've been focusing on upstreaming some of these features into Bevy main instead. If you notice any other problems or have any feature requests, don't hesitate to let me know.
I have been trying the crate out a little bit. It seems to work fine from what I can tell, however I get a lot of logging because I have a
ExactAtlasImage
that I mutate a lot. It would be nice to disable this logging in the released version.The debugging happens in the
extract_exact_atlas_images
function throughprintln!("rect: {:?}", rect);
The text was updated successfully, but these errors were encountered: