mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Add nice spacing
This commit is contained in:
parent
506ca1af3b
commit
bec0cd47d9
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ namespace SohImGui {
|
|||
bool hasPad = std::find_if(controllers.begin(), controllers.end(), [](const auto& c) {
|
||||
return c->HasPadConf();
|
||||
}) != controllers.end();
|
||||
|
||||
if (!hasPad) continue;
|
||||
|
||||
auto menuLabel = "Controller " + std::to_string(i + 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue