Application: remove a separator in the weapons tab.
This commit is contained in:
parent
d9755a31fe
commit
132c46da89
1 changed files with 0 additions and 2 deletions
|
@ -158,8 +158,6 @@ Application::drawWeapons() {
|
|||
|
||||
ImGui::EndGroup();
|
||||
|
||||
ImGui::SameLine();
|
||||
ImGui::SeparatorEx(ImGuiSeparatorFlags_Vertical);
|
||||
ImGui::SameLine();
|
||||
|
||||
if(!_currentWeapon) {
|
||||
|
|
Loading…
Reference in a new issue