This commit is contained in:
RunRobDog 2023-07-01 21:40:07 +02:00
parent a1af50dcdf
commit 1630660094

View File

@ -145,4 +145,4 @@ fn draw_spawn_entities(ui: &mut Ui, state: &mut AdminCommandState, egui_actions:
&mut state.spawn_entity_selected_idx,
);
});
}
}