File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ tga = ["bevy_internal/tga"]
69
69
jpeg = [" bevy_internal/jpeg" ]
70
70
bmp = [" bevy_internal/bmp" ]
71
71
72
- # Audio format support (MP3 is enabled by default)
72
+ # Audio format support (vorbis is enabled by default)
73
73
flac = [" bevy_internal/flac" ]
74
74
mp3 = [" bevy_internal/mp3" ]
75
75
vorbis = [" bevy_internal/vorbis" ]
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ tga = ["bevy_render/tga"]
24
24
jpeg = [" bevy_render/jpeg" ]
25
25
bmp = [" bevy_render/bmp" ]
26
26
27
- # Audio format support (MP3 is enabled by default)
27
+ # Audio format support (vorbis is enabled by default)
28
28
flac = [" bevy_audio/flac" ]
29
29
mp3 = [" bevy_audio/mp3" ]
30
30
vorbis = [" bevy_audio/vorbis" ]
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ pub struct Msaa {
60
60
/// Note that WGPU currently only supports 1 or 4 samples.
61
61
/// Ultimately we plan on supporting whatever is natively supported on a given device.
62
62
/// Check out this issue for more info: <https://github.com/gfx-rs/wgpu/issues/1832>
63
- /// It defaults to 1 in wasm - <https://github.com/gfx-rs/wgpu/issues/2149>
64
63
pub samples : u32 ,
65
64
}
66
65
You can’t perform that action at this time.
0 commit comments