mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Remove whitespace
This commit is contained in:
parent
5c29dbfbca
commit
2ed87f8eb9
1 changed files with 1 additions and 1 deletions
|
@ -1102,7 +1102,7 @@ void DrawActorViewer(bool& open) {
|
|||
|
||||
if (ImGui::TreeNode("Selected Actor")) {
|
||||
dispOverlay = display.overlayEntry;
|
||||
DrawGroupWithBorder([&]() {
|
||||
DrawGroupWithBorder([&]() {
|
||||
ImGui::Text("Name: %s", dispOverlay != nullptr ? dispOverlay->name : "???");
|
||||
ImGui::Text("Description: %s", GetActorDescription(display.id).c_str());
|
||||
ImGui::Text("Category: %s", dispOverlay != nullptr ? acMapping[display.category].c_str() : "???");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue