Skip to content

Commit 3113e6d

Browse files
committed
update EguiPlugin in bevy_lookup_curve
1 parent 800630c commit 3113e6d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

examples/bevy_lookup_curve.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ fn main() {
1717
.add_plugins((
1818
DefaultPlugins,
1919
DefaultTweenPlugins,
20-
EguiPlugin {
21-
enable_multipass_for_primary_context: false,
22-
},
20+
EguiPlugin::default(),
2321
LookupCurvePlugin,
2422
))
2523
.add_systems(Startup, setup)

0 commit comments

Comments
 (0)