Compare commits
No commits in common. "592fd2ba3aae5a7ded8aa9ee72e680c087ff7827" and "0c8c2601cec6249d87cd5998c10f8a46d9893771" have entirely different histories.
592fd2ba3a
...
0c8c2601ce
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue