We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800630c commit 3113e6dCopy full SHA for 3113e6d
1 file changed
examples/bevy_lookup_curve.rs
@@ -17,9 +17,7 @@ fn main() {
17
.add_plugins((
18
DefaultPlugins,
19
DefaultTweenPlugins,
20
- EguiPlugin {
21
- enable_multipass_for_primary_context: false,
22
- },
+ EguiPlugin::default(),
23
LookupCurvePlugin,
24
))
25
.add_systems(Startup, setup)
0 commit comments