mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -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) {
|
bool hasPad = std::find_if(controllers.begin(), controllers.end(), [](const auto& c) {
|
||||||
return c->HasPadConf();
|
return c->HasPadConf();
|
||||||
}) != controllers.end();
|
}) != controllers.end();
|
||||||
|
|
||||||
if (!hasPad) continue;
|
if (!hasPad) continue;
|
||||||
|
|
||||||
auto menuLabel = "Controller " + std::to_string(i + 1);
|
auto menuLabel = "Controller " + std::to_string(i + 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue