From 1c33646765ee6b976b276d8faede1144bc962eb4 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 13 Feb 2024 21:27:30 -0800 Subject: [PATCH] pass as ref --- src/rbx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rbx.rs b/src/rbx.rs index 510db03..d67c980 100644 --- a/src/rbx.rs +++ b/src/rbx.rs @@ -405,7 +405,7 @@ struct ModelOwnedAttributes{ color:model::Color4,//transparency is in here transform:Planar64Affine3, } -pub fn convertOption>(dom:rbx_dom_weak::WeakDom,mut acquire_id:F)->map::CompleteMap{ +pub fn convertOption>(dom:&rbx_dom_weak::WeakDom,mut acquire_id:F)->map::CompleteMap{ let mut modes_builder=ModesBuilder::default(); let mut models1=Vec::new();