Application: remove a separator in the weapons tab.

This commit is contained in:
Guillaume Jacquemin 2023-12-04 12:03:33 +01:00
parent d9755a31fe
commit 132c46da89
Signed by: williamjcm
SSH Key Fingerprint: SHA256:AYLOg+iTV0ElElnlu4vqM4edFazVdRiuQB0Y5LoKc4A
1 changed files with 0 additions and 2 deletions

View File

@ -158,8 +158,6 @@ Application::drawWeapons() {
ImGui::EndGroup();
ImGui::SameLine();
ImGui::SeparatorEx(ImGuiSeparatorFlags_Vertical);
ImGui::SameLine();
if(!_currentWeapon) {