mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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.
|
||||
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.
|
||||
it != SystemData::sSystemVector.cend(); it++) {
|
||||
|
|
Loading…
Reference in a new issue