Hide another overlay internal detail`

Only used for `merge_delta`
This commit is contained in:
sholderbach 2025-04-24 18:01:53 +02:00
parent 77cd40d7d9
commit e26b111a73

View File

@ -394,7 +394,7 @@ impl EngineState {
} }
/// Translate overlay IDs from other to IDs in self /// Translate overlay IDs from other to IDs in self
pub fn translate_overlay_ids(&self, other: &ScopeFrame) -> Vec<OverlayId> { fn translate_overlay_ids(&self, other: &ScopeFrame) -> Vec<OverlayId> {
let other_names = other.active_overlays.iter().map(|other_id| { let other_names = other.active_overlays.iter().map(|other_id| {
&other &other
.overlays .overlays