This commit is contained in:
Quaternions 2025-04-14 21:24:16 -07:00
parent 3bdf0a27bb
commit 3467fed736
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131

@ -640,6 +640,7 @@ pub fn convert<'a>(
object.properties.get(&ustr("MeshId")),
object.properties.get(&ustr("TextureID")),
){
// TODO: also need to handle ContentId variant so gg
if let (
rbx_dom_weak::types::ContentType::Uri(mesh_asset_id),
rbx_dom_weak::types::ContentType::Uri(texture_asset_id)