mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 05:35:10 +00:00
Make rbx visualization less noisy, removing paths
This commit is contained in:
@@ -29,7 +29,7 @@ pub struct InstanceMetadata {
|
||||
}
|
||||
|
||||
impl InstanceMetadata {
|
||||
fn from_session_metadata(meta: &MetadataPerInstance) -> InstanceMetadata {
|
||||
pub fn from_session_metadata(meta: &MetadataPerInstance) -> InstanceMetadata {
|
||||
InstanceMetadata {
|
||||
ignore_unknown_instances: meta.ignore_unknown_instances,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user