diff options
Diffstat (limited to 'client/src/world/helper.rs')
-rw-r--r-- | client/src/world/helper.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/world/helper.rs b/client/src/world/helper.rs index fab452a..cb34a9f 100644 --- a/client/src/world/helper.rs +++ b/client/src/world/helper.rs @@ -1,6 +1,7 @@ use std::fmt::Display; #[derive(Debug, PartialEq, Eq, Hash, Clone, Copy)] +#[repr(C)] pub struct Color { pub a: u8, pub r: u8, |