Revert "textures are loaded separately from this temporary structure"

This reverts commit fccb13bc60.
This commit is contained in:
Quaternions 2024-02-14 18:42:50 -08:00
parent 47cdea0c8a
commit f2635be0fb

View File

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