reorder struct

This commit is contained in:
Matthew 2025-11-22 08:02:46 +11:00
parent 493c17cba2
commit e6d66ee5ab

View File

@ -73,8 +73,8 @@ alias MMI = MaterialMapIndex;
struct MaterialMap
{
u32 tex_id;
Vec4 col;
u32 tex_id;
f32 value;
}