SaveTool: what is that comment doing here ?

This commit is contained in:
Guillaume Jacquemin 2022-03-21 15:37:06 +01:00
parent 84b1e276a1
commit 592fd2ba3a
1 changed files with 0 additions and 2 deletions

View File

@ -308,8 +308,6 @@ void SaveTool::drawWeaponEditor(Weapon& weapon) {
#undef c
};
//test
drawAlignedText("%s: %s", labels[UnsignedInt(weapon.type)].data(), weapon.name.data());
ImGui::SameLine();