(Windows) Fixed an MSVC compiler warning.

This commit is contained in:
Leon Styhre 2021-08-24 18:30:35 +02:00
parent e47958b3fd
commit 57f28a8ff5

View file

@ -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++) {