fix trailing spaces
This commit is contained in:
parent
ded6b157fc
commit
e257d75b4e
@ -16,4 +16,4 @@ Here's a list of caveats of this approach:
|
||||
2. All of the types to be automatically registered must be declared in a separate from `load_type_registrations!` crate. This is why this example uses separate `lib` and `bin` setup.
|
||||
3. Registration function names are cached in `target/type_registrations`. Due to incremental compilation the only way to rebuild this cache is to build with `bevy/reflect_auto_register_static` (or `auto_register_static` if just using `bevy_reflect`) feature disabled, then delete `target/type_registrations` and rebuild again with this feature enabled and `BEVY_REFLECT_AUTO_REGISTER_STATIC=1` environment variable set. Running `cargo clean` before recompiling is also an option, but it is even slower to do.
|
||||
|
||||
If you're experiencing linking issues try running `cargo clean` before rebuilding.
|
||||
If you're experiencing linking issues try running `cargo clean` before rebuilding.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user