mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(Windows) Fixed an MSVC compiler warning.
This commit is contained in:
parent
e47958b3fd
commit
57f28a8ff5
|
@ -23,7 +23,7 @@ GuiAlternativeEmulators::GuiAlternativeEmulators(Window* window)
|
||||||
|
|
||||||
// Horizontal sizes for the system and label entries.
|
// Horizontal sizes for the system and label entries.
|
||||||
float systemSizeX = mMenu.getSize().x / 3.27f;
|
float systemSizeX = mMenu.getSize().x / 3.27f;
|
||||||
float labelSizeX = mMenu.getSize().x / 1.53;
|
float labelSizeX = mMenu.getSize().x / 1.53f;
|
||||||
|
|
||||||
for (auto it = SystemData::sSystemVector.cbegin(); // Line break.
|
for (auto it = SystemData::sSystemVector.cbegin(); // Line break.
|
||||||
it != SystemData::sSystemVector.cend(); it++) {
|
it != SystemData::sSystemVector.cend(); it++) {
|
||||||
|
|
Loading…
Reference in a new issue