Overflow fix

This commit is contained in:
Franklin 2024-03-24 15:55:11 +01:00
parent a4bb56355e
commit 5c2efc2b11
1 changed files with 1 additions and 1 deletions

View File

@ -46,10 +46,10 @@ pub fn update_icon_creator_scenes(
}
}
}
scene_root_marker.0 += 1;
}
}
}
scene_root_marker.0 += 1;
}
}