mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +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);
|
||||
ss->addRow(row);
|
||||
}
|
||||
glm::vec2 menuSize {ss->getMenuSize()};
|
||||
glm::vec3 menuPos {ss->getMenuPosition()};
|
||||
menuPos.x = (mRenderer->getScreenWidth() - ss->getMenuSize().x) / 2.0f;
|
||||
ss->setMenuPosition(menuPos);
|
||||
|
|
Loading…
Reference in a new issue