Application: make BS/ES swapping non-advanced.

This commit is contained in:
Guillaume Jacquemin 2024-12-12 15:39:19 +01:00
parent 826f53c26b
commit 57f1a3ccef
Signed by: williamjcm
SSH key fingerprint: SHA256:AYLOg+iTV0ElElnlu4vqM4edFazVdRiuQB0Y5LoKc4A

View file

@ -246,7 +246,6 @@ Application::drawWeaponEditor(GameObjects::Weapon& weapon) {
weapon.name = name_buf.data();
}
if(conf().advancedMode()) {
if(weapon.type == GameObjects::Weapon::Type::BulletShooter) {
ImGui::Button("Import energy shooter by dragging it here");
if(ImGui::BeginDragDropTarget()) {
@ -267,7 +266,6 @@ Application::drawWeaponEditor(GameObjects::Weapon& weapon) {
ImGui::EndDragDropTarget();
}
}
}
ImGui::BeginGroup();
drawAlignedText("Equipped:");