diff --git a/lib/snf/src/map.rs b/lib/snf/src/map.rs index a5ef6f7..69c8b72 100644 --- a/lib/snf/src/map.rs +++ b/lib/snf/src/map.rs @@ -86,6 +86,7 @@ for model_id in 0..num_models{ //if you hash the resource itself and set the first 8 bits to this, that's the resource uuid #[binrw] #[brw(little,repr=u8)] +#[repr(u8)] enum ResourceType{ Mesh, Texture,