Skip to content

Commit

Permalink
Removed invalid MSAA
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Mar 8, 2022
1 parent 9780e28 commit 95c22b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/android/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use bevy::prelude::*;
#[bevy_main]
fn main() {
App::new()
.insert_resource(Msaa { samples: 2 })
.add_plugins(DefaultPlugins)
.add_startup_system(setup)
.run();
Expand Down

0 comments on commit 95c22b3

Please sign in to comment.