Compare commits

..

No commits in common. "592fd2ba3aae5a7ded8aa9ee72e680c087ff7827" and "0c8c2601cec6249d87cd5998c10f8a46d9893771" have entirely different histories.

View file

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