Compare commits

..

2 commits

View file

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