mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
Refer to "macOS", not "macOS X". (#9704)
# Objective - Refer to OSes by their correct name. ## Solution - Do so.
This commit is contained in:
parent
d04e4bbde1
commit
cac844243f
1 changed files with 2 additions and 2 deletions
|
@ -149,9 +149,9 @@ pub struct Window {
|
|||
///
|
||||
/// ## Platform-specific
|
||||
/// - iOS / Android / Web: Unsupported.
|
||||
/// - macOS X: Not working as expected.
|
||||
/// - macOS: Not working as expected.
|
||||
///
|
||||
/// macOS X transparent works with winit out of the box, so this issue might be related to: <https://github.com/gfx-rs/wgpu/issues/687>.
|
||||
/// macOS transparent works with winit out of the box, so this issue might be related to: <https://github.com/gfx-rs/wgpu/issues/687>.
|
||||
/// You should also set the window `composite_alpha_mode` to `CompositeAlphaMode::PostMultiplied`.
|
||||
pub transparent: bool,
|
||||
/// Get/set whether the window is focused.
|
||||
|
|
Loading…
Add table
Reference in a new issue