From 3c43b6c6a69e86650569dcec3b929378a5b367cb Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 8 Feb 2024 23:13:53 -0800 Subject: [PATCH] reflect common name changes --- src/map.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/map.rs b/src/map.rs index 45c104e..5c8fc54 100644 --- a/src/map.rs +++ b/src/map.rs @@ -42,7 +42,7 @@ for resource_id in 0..num_resources{ BLOCK_MAP_RESOURCE: Resource resource_type //an individual one of the following: - - model (IndexedModel) + - model (Mesh) - shader (compiled SPIR-V) - image (JpegXL) - sound (Opus) @@ -64,7 +64,7 @@ mod gameplay_modes{ pub struct Modes{} } mod model{ - pub struct IndexedModel{} + pub struct Mesh{} #[super::binrw] #[brw(little)] pub struct Model{}