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, }