mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
e37bf18e2b
# Objective Fixes #14521. ## Solution Added to methods to the VIsibility. ```rs is_visible() -> Result<bool, String> ``` and ```rs visbility_from_bool(bool) -> Visibility ``` ## Testing Ran * `cargo run -p ci -- lints` * `cargo run -p ci -- test` * `cargo run -p ci -- compile` it seems to be working. However I got few error messages :`ERROR bevy_log: could not set global logger and tracing subscriber as they are already set. Consider disabling LogPlugin` in `cargo run -p ci -- test`, even though all test passed. I'm not sure if that's expected behaviour Ps. I'm new to contributing, please correct me if anything is wrong |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |