Skip to content

Commit

Permalink
Make ActionType Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmarni-Dev committed Dec 11, 2023
1 parent ae8c5ef commit 900d4fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xr_input/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ pub enum ActionHandednes {
Double,
}

#[derive(Clone, Copy)]
pub enum ActionType {
F32,
Bool,
Expand Down

0 comments on commit 900d4fe

Please sign in to comment.