Skip to content

Commit

Permalink
fix leftover comments from copying example
Browse files Browse the repository at this point in the history
  • Loading branch information
laundmo committed Nov 9, 2022
1 parent 44807db commit 8c62151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/window/always_on_top.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Shows how to display a window in transparent mode.
//! Shows how to display a window which stays on top of others.
//!
//! This feature works as expected depending on the platform. Please check the
//! [documentation](https://docs.rs/bevy/latest/bevy/prelude/struct.WindowDescriptor.html#structfield.transparent)
//! [documentation](https://docs.rs/bevy/latest/bevy/prelude/struct.WindowDescriptor.html#structfield.always_on_top)
//! for more details.

use bevy::prelude::*;
Expand Down

0 comments on commit 8c62151

Please sign in to comment.