mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Fixed a Clang compiler warning.
This commit is contained in:
parent
7f70196f65
commit
8242fe1345
|
@ -304,7 +304,6 @@ GuiCollectionSystemsOptions::GuiCollectionSystemsOptions(std::string title)
|
||||||
row.addElement(customCollection, true);
|
row.addElement(customCollection, true);
|
||||||
ss->addRow(row);
|
ss->addRow(row);
|
||||||
}
|
}
|
||||||
glm::vec2 menuSize {ss->getMenuSize()};
|
|
||||||
glm::vec3 menuPos {ss->getMenuPosition()};
|
glm::vec3 menuPos {ss->getMenuPosition()};
|
||||||
menuPos.x = (mRenderer->getScreenWidth() - ss->getMenuSize().x) / 2.0f;
|
menuPos.x = (mRenderer->getScreenWidth() - ss->getMenuSize().x) / 2.0f;
|
||||||
ss->setMenuPosition(menuPos);
|
ss->setMenuPosition(menuPos);
|
||||||
|
|
Loading…
Reference in a new issue