Skip to content

Commit

Permalink
fix: compilation when not using 'physics' feature
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Sep 8, 2024
1 parent a8787b0 commit 5cb5077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [unreleased]

### Bugfixes

- Fix compilation issue when not using `physics` feature

## v0.3.8

### Features
Expand Down
1 change: 0 additions & 1 deletion src/properties/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use bevy::prelude::*;
use bevy_ecs_tilemap::prelude::*;
use tiled::{ObjectData, TileData};

#[cfg(feature = "physics")]
use crate::prelude::*;

/// This event is sent when an object registered with [crate::properties::app::TiledApp::register_tiled_object] is spawned.
Expand Down

0 comments on commit 5cb5077

Please sign in to comment.