Skip to content

Commit

Permalink
Make ShaderKey Cloneable and Copyable
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Apr 27, 2024
1 parent f2c360f commit b4a9c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mtrl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct ColorSetDyeInfo {
}

#[binrw]
#[derive(Debug)]
#[derive(Debug, Clone, Copy)]
#[repr(C)]
#[allow(dead_code)]
pub struct ShaderKey {
Expand Down

0 comments on commit b4a9c48

Please sign in to comment.