diff --git a/voxygen/src/session/interactable.rs b/voxygen/src/session/interactable.rs index 54ac3dcfbb..9f8c9629fc 100644 --- a/voxygen/src/session/interactable.rs +++ b/voxygen/src/session/interactable.rs @@ -15,6 +15,8 @@ use common_base::span; use crate::scene::{terrain::Interaction, Scene}; +// TODO: extract mining blocks (the None case in the Block variant) from this +// enum since they don't use the interaction key #[derive(Clone, Copy, Debug)] pub enum Interactable { Block(Block, Vec3, Option),