Remove whitespace

This commit is contained in:
ajanhallinta 2022-05-29 02:56:33 +03:00
commit 2ed87f8eb9

View file

@ -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() : "???");