From 23c0e7c24873b4f589065288c78b7716508b4ecf Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Wed, 15 Jan 2025 05:26:53 -0800
Subject: [PATCH] do not use

---
 lib/snf/src/map.rs | 1 +
 1 file changed, 1 insertion(+)

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,