From fccb13bc6080ea6db94ef9175affd4aef1d9249d Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 13 Feb 2024 02:06:44 -0800 Subject: [PATCH] textures are loaded separately from this temporary structure --- src/map.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map.rs b/src/map.rs index 3c4020c..d567b8f 100644 --- a/src/map.rs +++ b/src/map.rs @@ -9,6 +9,5 @@ pub struct CompleteMap{ pub meshes:Vec, pub models:Vec, //RenderPattern - pub textures:Vec>, pub render_configs:Vec, }