SaveTool: rename tabs in the build viewer.
This commit is contained in:
parent
e2d31854b4
commit
e997312286
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ void SaveTool::drawMassViewer() {
|
|||
ImGui::EndTabItem();
|
||||
}
|
||||
|
||||
if(ImGui::BeginTabItem("Armour parts")) {
|
||||
if(ImGui::BeginTabItem("Armour")) {
|
||||
drawArmour();
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
|
@ -127,7 +127,7 @@ void SaveTool::drawMassViewer() {
|
|||
ImGui::EndTabItem();
|
||||
}
|
||||
|
||||
if(ImGui::BeginTabItem("Weapons (WIP)")) {
|
||||
if(ImGui::BeginTabItem("Weapons")) {
|
||||
drawWeapons();
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue