textures are loaded separately from this temporary structure

This commit is contained in:
Quaternions 2024-02-13 02:06:44 -08:00
parent 43f771fb0f
commit fccb13bc60

View File

@ -9,6 +9,5 @@ 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>,
}