We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cdf5d commit d460605Copy full SHA for d460605
crates/bevy_mod_scripting_functions/src/core.rs
@@ -39,7 +39,7 @@ use reflection_extensions::{PartialReflectExt, TypeIdExtensions};
39
#[allow(unused_variables, reason = "feature flags")]
40
pub fn register_bevy_bindings(app: &mut App) {
41
#[cfg(feature = "bevy_a11y")]
42
- app.add_plugins(bevy_a11y_bms_bindings::BevyA11yScriptingPlugin);
+ app.add_plugins(bevy_a11y_bms_bindings::BevyA11YScriptingPlugin);
43
#[cfg(feature = "bevy_animation")]
44
app.add_plugins(bevy_animation_bms_bindings::BevyAnimationScriptingPlugin);
45
#[cfg(feature = "bevy_asset")]
0 commit comments