mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-30 09:36:16 +00:00
Fix bug caught by clippy
This commit is contained in:
@@ -173,7 +173,7 @@ fn compute_children_patches<'a>(
|
||||
.expect("Instance did not exist in tree");
|
||||
|
||||
if snapshot_child.name == instance_child.name
|
||||
&& instance_child.class_name == instance_child.class_name
|
||||
&& snapshot_child.class_name == instance_child.class_name
|
||||
{
|
||||
paired_instances[*instance_index] = true;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user