Compare commits
2 commits
0c8c2601ce
...
592fd2ba3a
Author | SHA1 | Date | |
---|---|---|---|
592fd2ba3a | |||
84b1e276a1 |
1 changed files with 1 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue