Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vE5li committed Apr 16, 2024
1 parent 4e3fbea commit 710fd53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion korangar/src/graphics/renderers/picker/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ impl From<PickerTarget> for u32 {
#[cfg(test)]
#[allow(clippy::unusual_byte_groupings)]
mod test {
use ragnarok_networking::EntityId;

use crate::graphics::PickerTarget;
use crate::network::EntityId;
#[cfg(feature = "debug")]
use crate::world::MarkerIdentifier;

Expand Down

0 comments on commit 710fd53

Please sign in to comment.