From f2635be0fb63c016ee377234151bf1ac2e3a71b0 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 14 Feb 2024 18:42:50 -0800 Subject: [PATCH] Revert "textures are loaded separately from this temporary structure" This reverts commit fccb13bc6080ea6db94ef9175affd4aef1d9249d. --- src/map.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map.rs b/src/map.rs index d567b8f..3c4020c 100644 --- a/src/map.rs +++ b/src/map.rs @@ -9,5 +9,6 @@ pub struct CompleteMap{ pub meshes:Vec, pub models:Vec, //RenderPattern + pub textures:Vec>, pub render_configs:Vec, }