Application: show a signed value in the armour editor.
This commit is contained in:
parent
72d3745c08
commit
30e6ee4018
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Application::drawArmour() {
|
||||||
ImGui::Text("Set name: %s", GameData::armour_sets.at(part.id).name.data());
|
ImGui::Text("Set name: %s", GameData::armour_sets.at(part.id).name.data());
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
ImGui::Text("Set ID: %u", part.id);
|
ImGui::Text("Set ID: %d", part.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
|
Loading…
Reference in a new issue