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

View file

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