mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 03:09:18 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -347,7 +347,7 @@ void ui::map_panel::render_contents()
|
||||
if (ImGui::IsMouseClicked(1))
|
||||
{
|
||||
if (objects.size() > 1)
|
||||
register_popup(std::make_unique<ui::disambiguation_popup>(*this, std::move(objects)));
|
||||
register_popup(std::make_unique<disambiguation_popup>(*this, std::move(objects)));
|
||||
else if (objects.size() == 1)
|
||||
handle_map_object_click(*this, objects.begin()->second);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user