Skip to content

Commit 00a36d4

Browse files
committed
fix bad merge (forgot to press save...)
1 parent 2f77a85 commit 00a36d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/bevy_winit/src/cursor.rs

-5
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ use bevy_image::Image;
2929
#[cfg(feature = "custom_cursor")]
3030
use bevy_math::{Rect, URect, Vec2};
3131
use bevy_reflect::{std_traits::ReflectDefault, Reflect};
32-
<<<<<<< HEAD
33-
=======
3432
#[cfg(feature = "custom_cursor")]
3533
use bevy_sprite::{TextureAtlas, TextureAtlasLayout};
36-
#[cfg(feature = "custom_cursor")]
37-
use bevy_utils::tracing::warn;
38-
>>>>>>> a175287b5 (Support texture atlases in CustomCursor::Image)
3934
use bevy_utils::HashSet;
4035
use bevy_window::{SystemCursorIcon, Window};
4136
#[cfg(feature = "custom_cursor")]

0 commit comments

Comments
 (0)