diff --git a/src/map.rs b/src/map.rs
index d567b8fd0..3c4020c5e 100644
--- a/src/map.rs
+++ b/src/map.rs
@@ -9,5 +9,6 @@ pub struct CompleteMap{
 	pub meshes:Vec<model::Mesh>,
 	pub models:Vec<model::Model>,
 	//RenderPattern
+	pub textures:Vec<Vec<u8>>,
 	pub render_configs:Vec<model::RenderConfig>,
 }