Skip to content

Commit

Permalink
do not remove msaa from examples (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: François <[email protected]>
  • Loading branch information
mockersf and mockersf authored Dec 29, 2021
1 parent a8a05ab commit acdeb91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions generate-wasm-examples/generate_wasm_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ sed -i.bak 's/width: 1280.,/width: 1024.,/' crates/bevy_window/src/window.rs
# setting a canvas by default to help with integration
sed -i.bak 's/canvas: None,/canvas: Some("#bevy".to_string()),/' crates/bevy_window/src/window.rs

# disable msaa on any example that may set it
sed -i.bak 's/Msaa { samples: 4 }/Msaa { samples: 1 }/' examples/*/*.rs


add_category()
{
Expand Down

0 comments on commit acdeb91

Please sign in to comment.